Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.9 KB

UpdateReasonRequiredEnvironmentModel.md

File metadata and controls

82 lines (45 loc) · 2.9 KB

UpdateReasonRequiredEnvironmentModel

Properties

Name Type Description Notes
EnvironmentId Pointer to string Identifier of the Environment. [optional]
ReasonRequired Pointer to bool Indicates that a mandatory note is required in this Environment for saving and publishing. [optional]

Methods

NewUpdateReasonRequiredEnvironmentModel

func NewUpdateReasonRequiredEnvironmentModel() *UpdateReasonRequiredEnvironmentModel

NewUpdateReasonRequiredEnvironmentModel instantiates a new UpdateReasonRequiredEnvironmentModel 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

NewUpdateReasonRequiredEnvironmentModelWithDefaults

func NewUpdateReasonRequiredEnvironmentModelWithDefaults() *UpdateReasonRequiredEnvironmentModel

NewUpdateReasonRequiredEnvironmentModelWithDefaults instantiates a new UpdateReasonRequiredEnvironmentModel 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

GetEnvironmentId

func (o *UpdateReasonRequiredEnvironmentModel) GetEnvironmentId() string

GetEnvironmentId returns the EnvironmentId field if non-nil, zero value otherwise.

GetEnvironmentIdOk

func (o *UpdateReasonRequiredEnvironmentModel) GetEnvironmentIdOk() (*string, bool)

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

SetEnvironmentId

func (o *UpdateReasonRequiredEnvironmentModel) SetEnvironmentId(v string)

SetEnvironmentId sets EnvironmentId field to given value.

HasEnvironmentId

func (o *UpdateReasonRequiredEnvironmentModel) HasEnvironmentId() bool

HasEnvironmentId returns a boolean if a field has been set.

GetReasonRequired

func (o *UpdateReasonRequiredEnvironmentModel) GetReasonRequired() bool

GetReasonRequired returns the ReasonRequired field if non-nil, zero value otherwise.

GetReasonRequiredOk

func (o *UpdateReasonRequiredEnvironmentModel) GetReasonRequiredOk() (*bool, bool)

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

SetReasonRequired

func (o *UpdateReasonRequiredEnvironmentModel) SetReasonRequired(v bool)

SetReasonRequired sets ReasonRequired field to given value.

HasReasonRequired

func (o *UpdateReasonRequiredEnvironmentModel) HasReasonRequired() bool

HasReasonRequired returns a boolean if a field has been set.

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