Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.62 KB

StackpathRpcBadRequestFieldViolation.md

File metadata and controls

82 lines (45 loc) · 2.62 KB

StackpathRpcBadRequestFieldViolation

Properties

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

Methods

NewStackpathRpcBadRequestFieldViolation

func NewStackpathRpcBadRequestFieldViolation() *StackpathRpcBadRequestFieldViolation

NewStackpathRpcBadRequestFieldViolation instantiates a new StackpathRpcBadRequestFieldViolation 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

NewStackpathRpcBadRequestFieldViolationWithDefaults

func NewStackpathRpcBadRequestFieldViolationWithDefaults() *StackpathRpcBadRequestFieldViolation

NewStackpathRpcBadRequestFieldViolationWithDefaults instantiates a new StackpathRpcBadRequestFieldViolation 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

GetField

func (o *StackpathRpcBadRequestFieldViolation) GetField() string

GetField returns the Field field if non-nil, zero value otherwise.

GetFieldOk

func (o *StackpathRpcBadRequestFieldViolation) GetFieldOk() (*string, bool)

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

SetField

func (o *StackpathRpcBadRequestFieldViolation) SetField(v string)

SetField sets Field field to given value.

HasField

func (o *StackpathRpcBadRequestFieldViolation) HasField() bool

HasField returns a boolean if a field has been set.

GetDescription

func (o *StackpathRpcBadRequestFieldViolation) GetDescription() string

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

GetDescriptionOk

func (o *StackpathRpcBadRequestFieldViolation) 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 *StackpathRpcBadRequestFieldViolation) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *StackpathRpcBadRequestFieldViolation) HasDescription() bool

HasDescription returns a boolean if a field has been set.

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