| Name | Type | Description | Notes |
|---|---|---|---|
| BookIds | Pointer to []int32 | [optional] | |
| Monitored | Pointer to NullableBool | [optional] | |
| DeleteFiles | Pointer to NullableBool | [optional] | |
| AddImportListExclusion | Pointer to NullableBool | [optional] |
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
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
func (o *BookEditorResource) GetBookIds() []int32
GetBookIds returns the BookIds field if non-nil, zero value otherwise.
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.
func (o *BookEditorResource) SetBookIds(v []int32)
SetBookIds sets BookIds field to given value.
func (o *BookEditorResource) HasBookIds() bool
HasBookIds returns a boolean if a field has been set.
func (o *BookEditorResource) SetBookIdsNil(b bool)
SetBookIdsNil sets the value for BookIds to be an explicit nil
func (o *BookEditorResource) UnsetBookIds()
UnsetBookIds ensures that no value is present for BookIds, not even an explicit nil
func (o *BookEditorResource) GetMonitored() bool
GetMonitored returns the Monitored field if non-nil, zero value otherwise.
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.
func (o *BookEditorResource) SetMonitored(v bool)
SetMonitored sets Monitored field to given value.
func (o *BookEditorResource) HasMonitored() bool
HasMonitored returns a boolean if a field has been set.
func (o *BookEditorResource) SetMonitoredNil(b bool)
SetMonitoredNil sets the value for Monitored to be an explicit nil
func (o *BookEditorResource) UnsetMonitored()
UnsetMonitored ensures that no value is present for Monitored, not even an explicit nil
func (o *BookEditorResource) GetDeleteFiles() bool
GetDeleteFiles returns the DeleteFiles field if non-nil, zero value otherwise.
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.
func (o *BookEditorResource) SetDeleteFiles(v bool)
SetDeleteFiles sets DeleteFiles field to given value.
func (o *BookEditorResource) HasDeleteFiles() bool
HasDeleteFiles returns a boolean if a field has been set.
func (o *BookEditorResource) SetDeleteFilesNil(b bool)
SetDeleteFilesNil sets the value for DeleteFiles to be an explicit nil
func (o *BookEditorResource) UnsetDeleteFiles()
UnsetDeleteFiles ensures that no value is present for DeleteFiles, not even an explicit nil
func (o *BookEditorResource) GetAddImportListExclusion() bool
GetAddImportListExclusion returns the AddImportListExclusion field if non-nil, zero value otherwise.
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.
func (o *BookEditorResource) SetAddImportListExclusion(v bool)
SetAddImportListExclusion sets AddImportListExclusion field to given value.
func (o *BookEditorResource) HasAddImportListExclusion() bool
HasAddImportListExclusion returns a boolean if a field has been set.
func (o *BookEditorResource) SetAddImportListExclusionNil(b bool)
SetAddImportListExclusionNil sets the value for AddImportListExclusion to be an explicit nil
func (o *BookEditorResource) UnsetAddImportListExclusion()
UnsetAddImportListExclusion ensures that no value is present for AddImportListExclusion, not even an explicit nil