Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.25 KB

File metadata and controls

82 lines (45 loc) · 2.25 KB

AllowedClientType

Properties

Name Type Description Notes
ClientTypes Pointer to []string [optional]
Lock Pointer to bool [optional]

Methods

NewAllowedClientType

func NewAllowedClientType() *AllowedClientType

NewAllowedClientType instantiates a new AllowedClientType 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

NewAllowedClientTypeWithDefaults

func NewAllowedClientTypeWithDefaults() *AllowedClientType

NewAllowedClientTypeWithDefaults instantiates a new AllowedClientType 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

GetClientTypes

func (o *AllowedClientType) GetClientTypes() []string

GetClientTypes returns the ClientTypes field if non-nil, zero value otherwise.

GetClientTypesOk

func (o *AllowedClientType) GetClientTypesOk() (*[]string, bool)

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

SetClientTypes

func (o *AllowedClientType) SetClientTypes(v []string)

SetClientTypes sets ClientTypes field to given value.

HasClientTypes

func (o *AllowedClientType) HasClientTypes() bool

HasClientTypes returns a boolean if a field has been set.

GetLock

func (o *AllowedClientType) GetLock() bool

GetLock returns the Lock field if non-nil, zero value otherwise.

GetLockOk

func (o *AllowedClientType) GetLockOk() (*bool, bool)

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

SetLock

func (o *AllowedClientType) SetLock(v bool)

SetLock sets Lock field to given value.

HasLock

func (o *AllowedClientType) HasLock() bool

HasLock returns a boolean if a field has been set.

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