Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.12 KB

EbookLimitations.md

File metadata and controls

108 lines (59 loc) · 3.12 KB

EbookLimitations

Properties

Name Type Description Notes
NetworkSegments Pointer to []string [optional]
Users Pointer to []EbookLimitationsUsersInner [optional]
UserGroups Pointer to []string [optional]

Methods

NewEbookLimitations

func NewEbookLimitations() *EbookLimitations

NewEbookLimitations instantiates a new EbookLimitations 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

NewEbookLimitationsWithDefaults

func NewEbookLimitationsWithDefaults() *EbookLimitations

NewEbookLimitationsWithDefaults instantiates a new EbookLimitations 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

GetNetworkSegments

func (o *EbookLimitations) GetNetworkSegments() []string

GetNetworkSegments returns the NetworkSegments field if non-nil, zero value otherwise.

GetNetworkSegmentsOk

func (o *EbookLimitations) GetNetworkSegmentsOk() (*[]string, bool)

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

SetNetworkSegments

func (o *EbookLimitations) SetNetworkSegments(v []string)

SetNetworkSegments sets NetworkSegments field to given value.

HasNetworkSegments

func (o *EbookLimitations) HasNetworkSegments() bool

HasNetworkSegments returns a boolean if a field has been set.

GetUsers

func (o *EbookLimitations) GetUsers() []EbookLimitationsUsersInner

GetUsers returns the Users field if non-nil, zero value otherwise.

GetUsersOk

func (o *EbookLimitations) GetUsersOk() (*[]EbookLimitationsUsersInner, bool)

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

SetUsers

func (o *EbookLimitations) SetUsers(v []EbookLimitationsUsersInner)

SetUsers sets Users field to given value.

HasUsers

func (o *EbookLimitations) HasUsers() bool

HasUsers returns a boolean if a field has been set.

GetUserGroups

func (o *EbookLimitations) GetUserGroups() []string

GetUserGroups returns the UserGroups field if non-nil, zero value otherwise.

GetUserGroupsOk

func (o *EbookLimitations) GetUserGroupsOk() (*[]string, bool)

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

SetUserGroups

func (o *EbookLimitations) SetUserGroups(v []string)

SetUserGroups sets UserGroups field to given value.

HasUserGroups

func (o *EbookLimitations) HasUserGroups() bool

HasUserGroups returns a boolean if a field has been set.

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