| Name | Type | Description | Notes |
|---|---|---|---|
| ClientTypes | Pointer to []string | [optional] | |
| Lock | Pointer to bool | [optional] |
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
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
func (o *AllowedClientType) GetClientTypes() []string
GetClientTypes returns the ClientTypes field if non-nil, zero value otherwise.
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.
func (o *AllowedClientType) SetClientTypes(v []string)
SetClientTypes sets ClientTypes field to given value.
func (o *AllowedClientType) HasClientTypes() bool
HasClientTypes returns a boolean if a field has been set.
func (o *AllowedClientType) GetLock() bool
GetLock returns the Lock field if non-nil, zero value otherwise.
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.
func (o *AllowedClientType) SetLock(v bool)
SetLock sets Lock field to given value.
func (o *AllowedClientType) HasLock() bool
HasLock returns a boolean if a field has been set.