Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.91 KB

StackpathRpcQuotaFailure.md

File metadata and controls

56 lines (31 loc) · 1.91 KB

StackpathRpcQuotaFailure

Properties

Name Type Description Notes
Violations Pointer to []StackpathRpcQuotaFailureViolation [optional]

Methods

NewStackpathRpcQuotaFailure

func NewStackpathRpcQuotaFailure() *StackpathRpcQuotaFailure

NewStackpathRpcQuotaFailure instantiates a new StackpathRpcQuotaFailure 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

NewStackpathRpcQuotaFailureWithDefaults

func NewStackpathRpcQuotaFailureWithDefaults() *StackpathRpcQuotaFailure

NewStackpathRpcQuotaFailureWithDefaults instantiates a new StackpathRpcQuotaFailure 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

GetViolations

func (o *StackpathRpcQuotaFailure) GetViolations() []StackpathRpcQuotaFailureViolation

GetViolations returns the Violations field if non-nil, zero value otherwise.

GetViolationsOk

func (o *StackpathRpcQuotaFailure) GetViolationsOk() (*[]StackpathRpcQuotaFailureViolation, 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.

SetViolations

func (o *StackpathRpcQuotaFailure) SetViolations(v []StackpathRpcQuotaFailureViolation)

SetViolations sets Violations field to given value.

HasViolations

func (o *StackpathRpcQuotaFailure) HasViolations() bool

HasViolations returns a boolean if a field has been set.

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