Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.99 KB

ConflictOutputRep.md

File metadata and controls

72 lines (39 loc) · 1.99 KB

ConflictOutputRep

Properties

Name Type Description Notes
StageId string
Message string

Methods

NewConflictOutputRep

func NewConflictOutputRep(stageId string, message string, ) *ConflictOutputRep

NewConflictOutputRep instantiates a new ConflictOutputRep 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

NewConflictOutputRepWithDefaults

func NewConflictOutputRepWithDefaults() *ConflictOutputRep

NewConflictOutputRepWithDefaults instantiates a new ConflictOutputRep 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

GetStageId

func (o *ConflictOutputRep) GetStageId() string

GetStageId returns the StageId field if non-nil, zero value otherwise.

GetStageIdOk

func (o *ConflictOutputRep) GetStageIdOk() (*string, bool)

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

SetStageId

func (o *ConflictOutputRep) SetStageId(v string)

SetStageId sets StageId field to given value.

GetMessage

func (o *ConflictOutputRep) GetMessage() string

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

GetMessageOk

func (o *ConflictOutputRep) 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 *ConflictOutputRep) SetMessage(v string)

SetMessage sets Message field to given value.

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