Skip to content

Latest commit

 

History

History
174 lines (97 loc) · 5.14 KB

File metadata and controls

174 lines (97 loc) · 5.14 KB

BookEditorResource

Properties

Name Type Description Notes
BookIds Pointer to []int32 [optional]
Monitored Pointer to NullableBool [optional]
DeleteFiles Pointer to NullableBool [optional]
AddImportListExclusion Pointer to NullableBool [optional]

Methods

NewBookEditorResource

func NewBookEditorResource() *BookEditorResource

NewBookEditorResource instantiates a new BookEditorResource 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

NewBookEditorResourceWithDefaults

func NewBookEditorResourceWithDefaults() *BookEditorResource

NewBookEditorResourceWithDefaults instantiates a new BookEditorResource 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

GetBookIds

func (o *BookEditorResource) GetBookIds() []int32

GetBookIds returns the BookIds field if non-nil, zero value otherwise.

GetBookIdsOk

func (o *BookEditorResource) GetBookIdsOk() (*[]int32, bool)

GetBookIdsOk returns a tuple with the BookIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBookIds

func (o *BookEditorResource) SetBookIds(v []int32)

SetBookIds sets BookIds field to given value.

HasBookIds

func (o *BookEditorResource) HasBookIds() bool

HasBookIds returns a boolean if a field has been set.

SetBookIdsNil

func (o *BookEditorResource) SetBookIdsNil(b bool)

SetBookIdsNil sets the value for BookIds to be an explicit nil

UnsetBookIds

func (o *BookEditorResource) UnsetBookIds()

UnsetBookIds ensures that no value is present for BookIds, not even an explicit nil

GetMonitored

func (o *BookEditorResource) GetMonitored() bool

GetMonitored returns the Monitored field if non-nil, zero value otherwise.

GetMonitoredOk

func (o *BookEditorResource) GetMonitoredOk() (*bool, bool)

GetMonitoredOk returns a tuple with the Monitored field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMonitored

func (o *BookEditorResource) SetMonitored(v bool)

SetMonitored sets Monitored field to given value.

HasMonitored

func (o *BookEditorResource) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

SetMonitoredNil

func (o *BookEditorResource) SetMonitoredNil(b bool)

SetMonitoredNil sets the value for Monitored to be an explicit nil

UnsetMonitored

func (o *BookEditorResource) UnsetMonitored()

UnsetMonitored ensures that no value is present for Monitored, not even an explicit nil

GetDeleteFiles

func (o *BookEditorResource) GetDeleteFiles() bool

GetDeleteFiles returns the DeleteFiles field if non-nil, zero value otherwise.

GetDeleteFilesOk

func (o *BookEditorResource) GetDeleteFilesOk() (*bool, bool)

GetDeleteFilesOk returns a tuple with the DeleteFiles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDeleteFiles

func (o *BookEditorResource) SetDeleteFiles(v bool)

SetDeleteFiles sets DeleteFiles field to given value.

HasDeleteFiles

func (o *BookEditorResource) HasDeleteFiles() bool

HasDeleteFiles returns a boolean if a field has been set.

SetDeleteFilesNil

func (o *BookEditorResource) SetDeleteFilesNil(b bool)

SetDeleteFilesNil sets the value for DeleteFiles to be an explicit nil

UnsetDeleteFiles

func (o *BookEditorResource) UnsetDeleteFiles()

UnsetDeleteFiles ensures that no value is present for DeleteFiles, not even an explicit nil

GetAddImportListExclusion

func (o *BookEditorResource) GetAddImportListExclusion() bool

GetAddImportListExclusion returns the AddImportListExclusion field if non-nil, zero value otherwise.

GetAddImportListExclusionOk

func (o *BookEditorResource) GetAddImportListExclusionOk() (*bool, bool)

GetAddImportListExclusionOk returns a tuple with the AddImportListExclusion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAddImportListExclusion

func (o *BookEditorResource) SetAddImportListExclusion(v bool)

SetAddImportListExclusion sets AddImportListExclusion field to given value.

HasAddImportListExclusion

func (o *BookEditorResource) HasAddImportListExclusion() bool

HasAddImportListExclusion returns a boolean if a field has been set.

SetAddImportListExclusionNil

func (o *BookEditorResource) SetAddImportListExclusionNil(b bool)

SetAddImportListExclusionNil sets the value for AddImportListExclusion to be an explicit nil

UnsetAddImportListExclusion

func (o *BookEditorResource) UnsetAddImportListExclusion()

UnsetAddImportListExclusion ensures that no value is present for AddImportListExclusion, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]