Name | Type | Description | Notes |
---|---|---|---|
Message | Pointer to NullableString | Maintenance message | [optional] |
Header | Pointer to NullableString | Maintenance header | [optional] |
func NewConfigResponseMaintenance() *ConfigResponseMaintenance
NewConfigResponseMaintenance instantiates a new ConfigResponseMaintenance 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 NewConfigResponseMaintenanceWithDefaults() *ConfigResponseMaintenance
NewConfigResponseMaintenanceWithDefaults instantiates a new ConfigResponseMaintenance 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 *ConfigResponseMaintenance) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *ConfigResponseMaintenance) 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.
func (o *ConfigResponseMaintenance) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *ConfigResponseMaintenance) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *ConfigResponseMaintenance) SetMessageNil(b bool)
SetMessageNil sets the value for Message to be an explicit nil
func (o *ConfigResponseMaintenance) UnsetMessage()
UnsetMessage ensures that no value is present for Message, not even an explicit nil
func (o *ConfigResponseMaintenance) GetHeader() string
GetHeader returns the Header field if non-nil, zero value otherwise.
func (o *ConfigResponseMaintenance) GetHeaderOk() (*string, bool)
GetHeaderOk returns a tuple with the Header field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigResponseMaintenance) SetHeader(v string)
SetHeader sets Header field to given value.
func (o *ConfigResponseMaintenance) HasHeader() bool
HasHeader returns a boolean if a field has been set.
func (o *ConfigResponseMaintenance) SetHeaderNil(b bool)
SetHeaderNil sets the value for Header to be an explicit nil
func (o *ConfigResponseMaintenance) UnsetHeader()
UnsetHeader ensures that no value is present for Header, not even an explicit nil