Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.4 KB

StackpathRpcPreconditionFailureViolation.md

File metadata and controls

108 lines (59 loc) · 3.4 KB

StackpathRpcPreconditionFailureViolation

Properties

Name Type Description Notes
Type Pointer to string [optional]
Subject Pointer to string [optional]
Description Pointer to string [optional]

Methods

NewStackpathRpcPreconditionFailureViolation

func NewStackpathRpcPreconditionFailureViolation() *StackpathRpcPreconditionFailureViolation

NewStackpathRpcPreconditionFailureViolation instantiates a new StackpathRpcPreconditionFailureViolation 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

NewStackpathRpcPreconditionFailureViolationWithDefaults

func NewStackpathRpcPreconditionFailureViolationWithDefaults() *StackpathRpcPreconditionFailureViolation

NewStackpathRpcPreconditionFailureViolationWithDefaults instantiates a new StackpathRpcPreconditionFailureViolation 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

GetType

func (o *StackpathRpcPreconditionFailureViolation) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *StackpathRpcPreconditionFailureViolation) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *StackpathRpcPreconditionFailureViolation) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *StackpathRpcPreconditionFailureViolation) HasType() bool

HasType returns a boolean if a field has been set.

GetSubject

func (o *StackpathRpcPreconditionFailureViolation) GetSubject() string

GetSubject returns the Subject field if non-nil, zero value otherwise.

GetSubjectOk

func (o *StackpathRpcPreconditionFailureViolation) GetSubjectOk() (*string, bool)

GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSubject

func (o *StackpathRpcPreconditionFailureViolation) SetSubject(v string)

SetSubject sets Subject field to given value.

HasSubject

func (o *StackpathRpcPreconditionFailureViolation) HasSubject() bool

HasSubject returns a boolean if a field has been set.

GetDescription

func (o *StackpathRpcPreconditionFailureViolation) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *StackpathRpcPreconditionFailureViolation) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDescription

func (o *StackpathRpcPreconditionFailureViolation) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *StackpathRpcPreconditionFailureViolation) HasDescription() bool

HasDescription returns a boolean if a field has been set.

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