Name | Type | Description | Notes |
---|---|---|---|
SortBy | Pointer to string | The method by which the folder should be sorted. | [optional] |
SortOrder | Pointer to string | If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending. | [optional] |
ViewType | Pointer to string | The type of view that should be used to represent the folder. | [optional] |
func NewFolderView() *FolderView
NewFolderView instantiates a new FolderView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFolderViewWithDefaults() *FolderView
NewFolderViewWithDefaults instantiates a new FolderView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *FolderView) GetSortBy() string
GetSortBy returns the SortBy field if non-nil, zero value otherwise.
func (o *FolderView) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FolderView) SetSortBy(v string)
SetSortBy sets SortBy field to given value.
func (o *FolderView) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (o *FolderView) GetSortOrder() string
GetSortOrder returns the SortOrder field if non-nil, zero value otherwise.
func (o *FolderView) GetSortOrderOk() (*string, bool)
GetSortOrderOk returns a tuple with the SortOrder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FolderView) SetSortOrder(v string)
SetSortOrder sets SortOrder field to given value.
func (o *FolderView) HasSortOrder() bool
HasSortOrder returns a boolean if a field has been set.
func (o *FolderView) GetViewType() string
GetViewType returns the ViewType field if non-nil, zero value otherwise.
func (o *FolderView) GetViewTypeOk() (*string, bool)
GetViewTypeOk returns a tuple with the ViewType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FolderView) SetViewType(v string)
SetViewType sets ViewType field to given value.
func (o *FolderView) HasViewType() bool
HasViewType returns a boolean if a field has been set.