Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.26 KB

MaintenanceInfo.md

File metadata and controls

82 lines (45 loc) · 2.26 KB

MaintenanceInfo

Properties

Name Type Description Notes
Description Pointer to string [optional]
Version Pointer to string [optional]

Methods

NewMaintenanceInfo

func NewMaintenanceInfo() *MaintenanceInfo

NewMaintenanceInfo instantiates a new MaintenanceInfo 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

NewMaintenanceInfoWithDefaults

func NewMaintenanceInfoWithDefaults() *MaintenanceInfo

NewMaintenanceInfoWithDefaults instantiates a new MaintenanceInfo 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

GetDescription

func (o *MaintenanceInfo) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *MaintenanceInfo) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *MaintenanceInfo) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *MaintenanceInfo) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetVersion

func (o *MaintenanceInfo) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *MaintenanceInfo) GetVersionOk() (*string, bool)

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

SetVersion

func (o *MaintenanceInfo) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *MaintenanceInfo) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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