Name | Type | Description | Notes |
---|---|---|---|
TypeDefinitions | []TypeDefinition | ||
SchemaVersion | string | ||
Conditions | Pointer to map[string]Condition | [optional] |
func NewWriteAuthorizationModelRequest(typeDefinitions []TypeDefinition, schemaVersion string, ) *WriteAuthorizationModelRequest
NewWriteAuthorizationModelRequest instantiates a new WriteAuthorizationModelRequest 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 NewWriteAuthorizationModelRequestWithDefaults() *WriteAuthorizationModelRequest
NewWriteAuthorizationModelRequestWithDefaults instantiates a new WriteAuthorizationModelRequest 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 *WriteAuthorizationModelRequest) GetTypeDefinitions() []TypeDefinition
GetTypeDefinitions returns the TypeDefinitions field if non-nil, zero value otherwise.
func (o *WriteAuthorizationModelRequest) GetTypeDefinitionsOk() (*[]TypeDefinition, bool)
GetTypeDefinitionsOk returns a tuple with the TypeDefinitions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WriteAuthorizationModelRequest) SetTypeDefinitions(v []TypeDefinition)
SetTypeDefinitions sets TypeDefinitions field to given value.
func (o *WriteAuthorizationModelRequest) GetSchemaVersion() string
GetSchemaVersion returns the SchemaVersion field if non-nil, zero value otherwise.
func (o *WriteAuthorizationModelRequest) GetSchemaVersionOk() (*string, bool)
GetSchemaVersionOk returns a tuple with the SchemaVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WriteAuthorizationModelRequest) SetSchemaVersion(v string)
SetSchemaVersion sets SchemaVersion field to given value.
func (o *WriteAuthorizationModelRequest) GetConditions() map[string]Condition
GetConditions returns the Conditions field if non-nil, zero value otherwise.
func (o *WriteAuthorizationModelRequest) GetConditionsOk() (*map[string]Condition, bool)
GetConditionsOk returns a tuple with the Conditions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WriteAuthorizationModelRequest) SetConditions(v map[string]Condition)
SetConditions sets Conditions field to given value.
func (o *WriteAuthorizationModelRequest) HasConditions() bool
HasConditions returns a boolean if a field has been set.