Name | Type | Description | Notes |
---|---|---|---|
Violations | Pointer to []StackpathRpcPreconditionFailureViolation | [optional] |
func NewStackpathRpcPreconditionFailureAllOf() *StackpathRpcPreconditionFailureAllOf
NewStackpathRpcPreconditionFailureAllOf instantiates a new StackpathRpcPreconditionFailureAllOf 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 NewStackpathRpcPreconditionFailureAllOfWithDefaults() *StackpathRpcPreconditionFailureAllOf
NewStackpathRpcPreconditionFailureAllOfWithDefaults instantiates a new StackpathRpcPreconditionFailureAllOf 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 *StackpathRpcPreconditionFailureAllOf) GetViolations() []StackpathRpcPreconditionFailureViolation
GetViolations returns the Violations field if non-nil, zero value otherwise.
func (o *StackpathRpcPreconditionFailureAllOf) GetViolationsOk() (*[]StackpathRpcPreconditionFailureViolation, bool)
GetViolationsOk returns a tuple with the Violations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StackpathRpcPreconditionFailureAllOf) SetViolations(v []StackpathRpcPreconditionFailureViolation)
SetViolations sets Violations field to given value.
func (o *StackpathRpcPreconditionFailureAllOf) HasViolations() bool
HasViolations returns a boolean if a field has been set.