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] |
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
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
func (o *UpdateReasonRequiredEnvironmentModel) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field if non-nil, zero value otherwise.
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.
func (o *UpdateReasonRequiredEnvironmentModel) SetEnvironmentId(v string)
SetEnvironmentId sets EnvironmentId field to given value.
func (o *UpdateReasonRequiredEnvironmentModel) HasEnvironmentId() bool
HasEnvironmentId returns a boolean if a field has been set.
func (o *UpdateReasonRequiredEnvironmentModel) GetReasonRequired() bool
GetReasonRequired returns the ReasonRequired field if non-nil, zero value otherwise.
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.
func (o *UpdateReasonRequiredEnvironmentModel) SetReasonRequired(v bool)
SetReasonRequired sets ReasonRequired field to given value.
func (o *UpdateReasonRequiredEnvironmentModel) HasReasonRequired() bool
HasReasonRequired returns a boolean if a field has been set.