Name | Type | Description | Notes |
---|---|---|---|
ComputerIds | Pointer to []string | [optional] | |
ComputerGroupIds | Pointer to []string | [optional] | |
MobileDeviceIds | Pointer to []string | [optional] | |
MobileDeviceGroupIds | Pointer to []string | [optional] | |
BuildingIds | Pointer to []string | [optional] | |
DepartmentIds | Pointer to []string | [optional] | |
UserIds | Pointer to []string | [optional] | |
UserGroupIds | Pointer to []string | [optional] | |
Limitations | Pointer to EbookLimitations | [optional] |
func NewEbookExclusions() *EbookExclusions
NewEbookExclusions instantiates a new EbookExclusions 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 NewEbookExclusionsWithDefaults() *EbookExclusions
NewEbookExclusionsWithDefaults instantiates a new EbookExclusions 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 *EbookExclusions) GetComputerIds() []string
GetComputerIds returns the ComputerIds field if non-nil, zero value otherwise.
func (o *EbookExclusions) GetComputerIdsOk() (*[]string, bool)
GetComputerIdsOk returns a tuple with the ComputerIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EbookExclusions) SetComputerIds(v []string)
SetComputerIds sets ComputerIds field to given value.
func (o *EbookExclusions) HasComputerIds() bool
HasComputerIds returns a boolean if a field has been set.
func (o *EbookExclusions) GetComputerGroupIds() []string
GetComputerGroupIds returns the ComputerGroupIds field if non-nil, zero value otherwise.
func (o *EbookExclusions) GetComputerGroupIdsOk() (*[]string, bool)
GetComputerGroupIdsOk returns a tuple with the ComputerGroupIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EbookExclusions) SetComputerGroupIds(v []string)
SetComputerGroupIds sets ComputerGroupIds field to given value.
func (o *EbookExclusions) HasComputerGroupIds() bool
HasComputerGroupIds returns a boolean if a field has been set.
func (o *EbookExclusions) GetMobileDeviceIds() []string
GetMobileDeviceIds returns the MobileDeviceIds field if non-nil, zero value otherwise.
func (o *EbookExclusions) GetMobileDeviceIdsOk() (*[]string, bool)
GetMobileDeviceIdsOk returns a tuple with the MobileDeviceIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EbookExclusions) SetMobileDeviceIds(v []string)
SetMobileDeviceIds sets MobileDeviceIds field to given value.
func (o *EbookExclusions) HasMobileDeviceIds() bool
HasMobileDeviceIds returns a boolean if a field has been set.
func (o *EbookExclusions) GetMobileDeviceGroupIds() []string
GetMobileDeviceGroupIds returns the MobileDeviceGroupIds field if non-nil, zero value otherwise.
func (o *EbookExclusions) GetMobileDeviceGroupIdsOk() (*[]string, bool)
GetMobileDeviceGroupIdsOk returns a tuple with the MobileDeviceGroupIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EbookExclusions) SetMobileDeviceGroupIds(v []string)
SetMobileDeviceGroupIds sets MobileDeviceGroupIds field to given value.
func (o *EbookExclusions) HasMobileDeviceGroupIds() bool
HasMobileDeviceGroupIds returns a boolean if a field has been set.
func (o *EbookExclusions) GetBuildingIds() []string
GetBuildingIds returns the BuildingIds field if non-nil, zero value otherwise.
func (o *EbookExclusions) GetBuildingIdsOk() (*[]string, bool)
GetBuildingIdsOk returns a tuple with the BuildingIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EbookExclusions) SetBuildingIds(v []string)
SetBuildingIds sets BuildingIds field to given value.
func (o *EbookExclusions) HasBuildingIds() bool
HasBuildingIds returns a boolean if a field has been set.
func (o *EbookExclusions) GetDepartmentIds() []string
GetDepartmentIds returns the DepartmentIds field if non-nil, zero value otherwise.
func (o *EbookExclusions) GetDepartmentIdsOk() (*[]string, bool)
GetDepartmentIdsOk returns a tuple with the DepartmentIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EbookExclusions) SetDepartmentIds(v []string)
SetDepartmentIds sets DepartmentIds field to given value.
func (o *EbookExclusions) HasDepartmentIds() bool
HasDepartmentIds returns a boolean if a field has been set.
func (o *EbookExclusions) GetUserIds() []string
GetUserIds returns the UserIds field if non-nil, zero value otherwise.
func (o *EbookExclusions) GetUserIdsOk() (*[]string, bool)
GetUserIdsOk returns a tuple with the UserIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EbookExclusions) SetUserIds(v []string)
SetUserIds sets UserIds field to given value.
func (o *EbookExclusions) HasUserIds() bool
HasUserIds returns a boolean if a field has been set.
func (o *EbookExclusions) GetUserGroupIds() []string
GetUserGroupIds returns the UserGroupIds field if non-nil, zero value otherwise.
func (o *EbookExclusions) GetUserGroupIdsOk() (*[]string, bool)
GetUserGroupIdsOk returns a tuple with the UserGroupIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EbookExclusions) SetUserGroupIds(v []string)
SetUserGroupIds sets UserGroupIds field to given value.
func (o *EbookExclusions) HasUserGroupIds() bool
HasUserGroupIds returns a boolean if a field has been set.
func (o *EbookExclusions) GetLimitations() EbookLimitations
GetLimitations returns the Limitations field if non-nil, zero value otherwise.
func (o *EbookExclusions) GetLimitationsOk() (*EbookLimitations, bool)
GetLimitationsOk returns a tuple with the Limitations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EbookExclusions) SetLimitations(v EbookLimitations)
SetLimitations sets Limitations field to given value.
func (o *EbookExclusions) HasLimitations() bool
HasLimitations returns a boolean if a field has been set.