| Name | Type | Description | Notes |
|---|---|---|---|
| Violations | Pointer to []StackpathRpcPreconditionFailureViolation | [optional] |
func NewStackpathRpcPreconditionFailure() *StackpathRpcPreconditionFailure
NewStackpathRpcPreconditionFailure instantiates a new StackpathRpcPreconditionFailure 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 NewStackpathRpcPreconditionFailureWithDefaults() *StackpathRpcPreconditionFailure
NewStackpathRpcPreconditionFailureWithDefaults instantiates a new StackpathRpcPreconditionFailure 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 *StackpathRpcPreconditionFailure) GetViolations() []StackpathRpcPreconditionFailureViolation
GetViolations returns the Violations field if non-nil, zero value otherwise.
func (o *StackpathRpcPreconditionFailure) 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 *StackpathRpcPreconditionFailure) SetViolations(v []StackpathRpcPreconditionFailureViolation)
SetViolations sets Violations field to given value.
func (o *StackpathRpcPreconditionFailure) HasViolations() bool
HasViolations returns a boolean if a field has been set.