| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Name | Pointer to NullableString | [optional] | |
| Path | Pointer to NullableString | [optional] | |
| DefaultMetadataProfileId | Pointer to int32 | [optional] | |
| DefaultQualityProfileId | Pointer to int32 | [optional] | |
| DefaultMonitorOption | Pointer to MonitorTypes | [optional] | |
| DefaultNewItemMonitorOption | Pointer to NewItemMonitorTypes | [optional] | |
| DefaultTags | Pointer to []int32 | [optional] | |
| IsCalibreLibrary | Pointer to bool | [optional] | |
| Host | Pointer to NullableString | [optional] | |
| Port | Pointer to int32 | [optional] | |
| UrlBase | Pointer to NullableString | [optional] | |
| Username | Pointer to NullableString | [optional] | |
| Password | Pointer to NullableString | [optional] | |
| Library | Pointer to NullableString | [optional] | |
| OutputFormat | Pointer to NullableString | [optional] | |
| OutputProfile | Pointer to NullableString | [optional] | |
| UseSsl | Pointer to bool | [optional] | |
| Accessible | Pointer to bool | [optional] | |
| FreeSpace | Pointer to NullableInt64 | [optional] | |
| TotalSpace | Pointer to NullableInt64 | [optional] |
func NewRootFolderResource() *RootFolderResource
NewRootFolderResource instantiates a new RootFolderResource 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 NewRootFolderResourceWithDefaults() *RootFolderResource
NewRootFolderResourceWithDefaults instantiates a new RootFolderResource 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 *RootFolderResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *RootFolderResource) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootFolderResource) SetId(v int32)
SetId sets Id field to given value.
func (o *RootFolderResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *RootFolderResource) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *RootFolderResource) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootFolderResource) SetName(v string)
SetName sets Name field to given value.
func (o *RootFolderResource) HasName() bool
HasName returns a boolean if a field has been set.
func (o *RootFolderResource) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *RootFolderResource) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *RootFolderResource) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *RootFolderResource) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootFolderResource) SetPath(v string)
SetPath sets Path field to given value.
func (o *RootFolderResource) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *RootFolderResource) SetPathNil(b bool)
SetPathNil sets the value for Path to be an explicit nil
func (o *RootFolderResource) UnsetPath()
UnsetPath ensures that no value is present for Path, not even an explicit nil
func (o *RootFolderResource) GetDefaultMetadataProfileId() int32
GetDefaultMetadataProfileId returns the DefaultMetadataProfileId field if non-nil, zero value otherwise.
func (o *RootFolderResource) GetDefaultMetadataProfileIdOk() (*int32, bool)
GetDefaultMetadataProfileIdOk returns a tuple with the DefaultMetadataProfileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootFolderResource) SetDefaultMetadataProfileId(v int32)
SetDefaultMetadataProfileId sets DefaultMetadataProfileId field to given value.
func (o *RootFolderResource) HasDefaultMetadataProfileId() bool
HasDefaultMetadataProfileId returns a boolean if a field has been set.
func (o *RootFolderResource) GetDefaultQualityProfileId() int32
GetDefaultQualityProfileId returns the DefaultQualityProfileId field if non-nil, zero value otherwise.
func (o *RootFolderResource) GetDefaultQualityProfileIdOk() (*int32, bool)
GetDefaultQualityProfileIdOk returns a tuple with the DefaultQualityProfileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootFolderResource) SetDefaultQualityProfileId(v int32)
SetDefaultQualityProfileId sets DefaultQualityProfileId field to given value.
func (o *RootFolderResource) HasDefaultQualityProfileId() bool
HasDefaultQualityProfileId returns a boolean if a field has been set.
func (o *RootFolderResource) GetDefaultMonitorOption() MonitorTypes
GetDefaultMonitorOption returns the DefaultMonitorOption field if non-nil, zero value otherwise.
func (o *RootFolderResource) GetDefaultMonitorOptionOk() (*MonitorTypes, bool)
GetDefaultMonitorOptionOk returns a tuple with the DefaultMonitorOption field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootFolderResource) SetDefaultMonitorOption(v MonitorTypes)
SetDefaultMonitorOption sets DefaultMonitorOption field to given value.
func (o *RootFolderResource) HasDefaultMonitorOption() bool
HasDefaultMonitorOption returns a boolean if a field has been set.
func (o *RootFolderResource) GetDefaultNewItemMonitorOption() NewItemMonitorTypes
GetDefaultNewItemMonitorOption returns the DefaultNewItemMonitorOption field if non-nil, zero value otherwise.
func (o *RootFolderResource) GetDefaultNewItemMonitorOptionOk() (*NewItemMonitorTypes, bool)
GetDefaultNewItemMonitorOptionOk returns a tuple with the DefaultNewItemMonitorOption field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootFolderResource) SetDefaultNewItemMonitorOption(v NewItemMonitorTypes)
SetDefaultNewItemMonitorOption sets DefaultNewItemMonitorOption field to given value.
func (o *RootFolderResource) HasDefaultNewItemMonitorOption() bool
HasDefaultNewItemMonitorOption returns a boolean if a field has been set.
func (o *RootFolderResource) GetDefaultTags() []int32
GetDefaultTags returns the DefaultTags field if non-nil, zero value otherwise.
func (o *RootFolderResource) GetDefaultTagsOk() (*[]int32, bool)
GetDefaultTagsOk returns a tuple with the DefaultTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootFolderResource) SetDefaultTags(v []int32)
SetDefaultTags sets DefaultTags field to given value.
func (o *RootFolderResource) HasDefaultTags() bool
HasDefaultTags returns a boolean if a field has been set.
func (o *RootFolderResource) SetDefaultTagsNil(b bool)
SetDefaultTagsNil sets the value for DefaultTags to be an explicit nil
func (o *RootFolderResource) UnsetDefaultTags()
UnsetDefaultTags ensures that no value is present for DefaultTags, not even an explicit nil
func (o *RootFolderResource) GetIsCalibreLibrary() bool
GetIsCalibreLibrary returns the IsCalibreLibrary field if non-nil, zero value otherwise.
func (o *RootFolderResource) GetIsCalibreLibraryOk() (*bool, bool)
GetIsCalibreLibraryOk returns a tuple with the IsCalibreLibrary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootFolderResource) SetIsCalibreLibrary(v bool)
SetIsCalibreLibrary sets IsCalibreLibrary field to given value.
func (o *RootFolderResource) HasIsCalibreLibrary() bool
HasIsCalibreLibrary returns a boolean if a field has been set.
func (o *RootFolderResource) GetHost() string
GetHost returns the Host field if non-nil, zero value otherwise.
func (o *RootFolderResource) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootFolderResource) SetHost(v string)
SetHost sets Host field to given value.
func (o *RootFolderResource) HasHost() bool
HasHost returns a boolean if a field has been set.
func (o *RootFolderResource) SetHostNil(b bool)
SetHostNil sets the value for Host to be an explicit nil
func (o *RootFolderResource) UnsetHost()
UnsetHost ensures that no value is present for Host, not even an explicit nil
func (o *RootFolderResource) GetPort() int32
GetPort returns the Port field if non-nil, zero value otherwise.
func (o *RootFolderResource) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootFolderResource) SetPort(v int32)
SetPort sets Port field to given value.
func (o *RootFolderResource) HasPort() bool
HasPort returns a boolean if a field has been set.
func (o *RootFolderResource) GetUrlBase() string
GetUrlBase returns the UrlBase field if non-nil, zero value otherwise.
func (o *RootFolderResource) GetUrlBaseOk() (*string, bool)
GetUrlBaseOk returns a tuple with the UrlBase field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootFolderResource) SetUrlBase(v string)
SetUrlBase sets UrlBase field to given value.
func (o *RootFolderResource) HasUrlBase() bool
HasUrlBase returns a boolean if a field has been set.
func (o *RootFolderResource) SetUrlBaseNil(b bool)
SetUrlBaseNil sets the value for UrlBase to be an explicit nil
func (o *RootFolderResource) UnsetUrlBase()
UnsetUrlBase ensures that no value is present for UrlBase, not even an explicit nil
func (o *RootFolderResource) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *RootFolderResource) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootFolderResource) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *RootFolderResource) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *RootFolderResource) SetUsernameNil(b bool)
SetUsernameNil sets the value for Username to be an explicit nil
func (o *RootFolderResource) UnsetUsername()
UnsetUsername ensures that no value is present for Username, not even an explicit nil
func (o *RootFolderResource) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *RootFolderResource) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootFolderResource) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *RootFolderResource) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *RootFolderResource) SetPasswordNil(b bool)
SetPasswordNil sets the value for Password to be an explicit nil
func (o *RootFolderResource) UnsetPassword()
UnsetPassword ensures that no value is present for Password, not even an explicit nil
func (o *RootFolderResource) GetLibrary() string
GetLibrary returns the Library field if non-nil, zero value otherwise.
func (o *RootFolderResource) GetLibraryOk() (*string, bool)
GetLibraryOk returns a tuple with the Library field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootFolderResource) SetLibrary(v string)
SetLibrary sets Library field to given value.
func (o *RootFolderResource) HasLibrary() bool
HasLibrary returns a boolean if a field has been set.
func (o *RootFolderResource) SetLibraryNil(b bool)
SetLibraryNil sets the value for Library to be an explicit nil
func (o *RootFolderResource) UnsetLibrary()
UnsetLibrary ensures that no value is present for Library, not even an explicit nil
func (o *RootFolderResource) GetOutputFormat() string
GetOutputFormat returns the OutputFormat field if non-nil, zero value otherwise.
func (o *RootFolderResource) GetOutputFormatOk() (*string, bool)
GetOutputFormatOk returns a tuple with the OutputFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootFolderResource) SetOutputFormat(v string)
SetOutputFormat sets OutputFormat field to given value.
func (o *RootFolderResource) HasOutputFormat() bool
HasOutputFormat returns a boolean if a field has been set.
func (o *RootFolderResource) SetOutputFormatNil(b bool)
SetOutputFormatNil sets the value for OutputFormat to be an explicit nil
func (o *RootFolderResource) UnsetOutputFormat()
UnsetOutputFormat ensures that no value is present for OutputFormat, not even an explicit nil
func (o *RootFolderResource) GetOutputProfile() string
GetOutputProfile returns the OutputProfile field if non-nil, zero value otherwise.
func (o *RootFolderResource) GetOutputProfileOk() (*string, bool)
GetOutputProfileOk returns a tuple with the OutputProfile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootFolderResource) SetOutputProfile(v string)
SetOutputProfile sets OutputProfile field to given value.
func (o *RootFolderResource) HasOutputProfile() bool
HasOutputProfile returns a boolean if a field has been set.
func (o *RootFolderResource) SetOutputProfileNil(b bool)
SetOutputProfileNil sets the value for OutputProfile to be an explicit nil
func (o *RootFolderResource) UnsetOutputProfile()
UnsetOutputProfile ensures that no value is present for OutputProfile, not even an explicit nil
func (o *RootFolderResource) GetUseSsl() bool
GetUseSsl returns the UseSsl field if non-nil, zero value otherwise.
func (o *RootFolderResource) GetUseSslOk() (*bool, bool)
GetUseSslOk returns a tuple with the UseSsl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootFolderResource) SetUseSsl(v bool)
SetUseSsl sets UseSsl field to given value.
func (o *RootFolderResource) HasUseSsl() bool
HasUseSsl returns a boolean if a field has been set.
func (o *RootFolderResource) GetAccessible() bool
GetAccessible returns the Accessible field if non-nil, zero value otherwise.
func (o *RootFolderResource) GetAccessibleOk() (*bool, bool)
GetAccessibleOk returns a tuple with the Accessible field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootFolderResource) SetAccessible(v bool)
SetAccessible sets Accessible field to given value.
func (o *RootFolderResource) HasAccessible() bool
HasAccessible returns a boolean if a field has been set.
func (o *RootFolderResource) GetFreeSpace() int64
GetFreeSpace returns the FreeSpace field if non-nil, zero value otherwise.
func (o *RootFolderResource) GetFreeSpaceOk() (*int64, bool)
GetFreeSpaceOk returns a tuple with the FreeSpace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootFolderResource) SetFreeSpace(v int64)
SetFreeSpace sets FreeSpace field to given value.
func (o *RootFolderResource) HasFreeSpace() bool
HasFreeSpace returns a boolean if a field has been set.
func (o *RootFolderResource) SetFreeSpaceNil(b bool)
SetFreeSpaceNil sets the value for FreeSpace to be an explicit nil
func (o *RootFolderResource) UnsetFreeSpace()
UnsetFreeSpace ensures that no value is present for FreeSpace, not even an explicit nil
func (o *RootFolderResource) GetTotalSpace() int64
GetTotalSpace returns the TotalSpace field if non-nil, zero value otherwise.
func (o *RootFolderResource) GetTotalSpaceOk() (*int64, bool)
GetTotalSpaceOk returns a tuple with the TotalSpace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootFolderResource) SetTotalSpace(v int64)
SetTotalSpace sets TotalSpace field to given value.
func (o *RootFolderResource) HasTotalSpace() bool
HasTotalSpace returns a boolean if a field has been set.
func (o *RootFolderResource) SetTotalSpaceNil(b bool)
SetTotalSpaceNil sets the value for TotalSpace to be an explicit nil
func (o *RootFolderResource) UnsetTotalSpace()
UnsetTotalSpace ensures that no value is present for TotalSpace, not even an explicit nil