Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.26 KB

IgnoreCommonModelRequest.md

File metadata and controls

77 lines (42 loc) · 2.26 KB

IgnoreCommonModelRequest

Properties

Name Type Description Notes
Reason ReasonEnum
Message Pointer to string [optional]

Methods

NewIgnoreCommonModelRequest

func NewIgnoreCommonModelRequest(reason ReasonEnum, ) *IgnoreCommonModelRequest

NewIgnoreCommonModelRequest instantiates a new IgnoreCommonModelRequest 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

NewIgnoreCommonModelRequestWithDefaults

func NewIgnoreCommonModelRequestWithDefaults() *IgnoreCommonModelRequest

NewIgnoreCommonModelRequestWithDefaults instantiates a new IgnoreCommonModelRequest 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

GetReason

func (o *IgnoreCommonModelRequest) GetReason() ReasonEnum

GetReason returns the Reason field if non-nil, zero value otherwise.

GetReasonOk

func (o *IgnoreCommonModelRequest) GetReasonOk() (*ReasonEnum, bool)

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

SetReason

func (o *IgnoreCommonModelRequest) SetReason(v ReasonEnum)

SetReason sets Reason field to given value.

GetMessage

func (o *IgnoreCommonModelRequest) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *IgnoreCommonModelRequest) GetMessageOk() (*string, bool)

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

SetMessage

func (o *IgnoreCommonModelRequest) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *IgnoreCommonModelRequest) HasMessage() bool

HasMessage returns a boolean if a field has been set.

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