Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.54 KB

SubscriptionAllOfDeploymentInfo.md

File metadata and controls

82 lines (45 loc) · 2.54 KB

SubscriptionAllOfDeploymentInfo

Properties

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

Methods

NewSubscriptionAllOfDeploymentInfo

func NewSubscriptionAllOfDeploymentInfo() *SubscriptionAllOfDeploymentInfo

NewSubscriptionAllOfDeploymentInfo instantiates a new SubscriptionAllOfDeploymentInfo 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

NewSubscriptionAllOfDeploymentInfoWithDefaults

func NewSubscriptionAllOfDeploymentInfoWithDefaults() *SubscriptionAllOfDeploymentInfo

NewSubscriptionAllOfDeploymentInfoWithDefaults instantiates a new SubscriptionAllOfDeploymentInfo 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

GetVersion

func (o *SubscriptionAllOfDeploymentInfo) GetVersion() int32

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

GetVersionOk

func (o *SubscriptionAllOfDeploymentInfo) GetVersionOk() (*int32, 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 *SubscriptionAllOfDeploymentInfo) SetVersion(v int32)

SetVersion sets Version field to given value.

HasVersion

func (o *SubscriptionAllOfDeploymentInfo) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetLastUpdate

func (o *SubscriptionAllOfDeploymentInfo) GetLastUpdate() string

GetLastUpdate returns the LastUpdate field if non-nil, zero value otherwise.

GetLastUpdateOk

func (o *SubscriptionAllOfDeploymentInfo) GetLastUpdateOk() (*string, bool)

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

SetLastUpdate

func (o *SubscriptionAllOfDeploymentInfo) SetLastUpdate(v string)

SetLastUpdate sets LastUpdate field to given value.

HasLastUpdate

func (o *SubscriptionAllOfDeploymentInfo) HasLastUpdate() bool

HasLastUpdate returns a boolean if a field has been set.

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