| Name | Type | Description | Notes |
|---|---|---|---|
| App | Pointer to AppsApp | [optional] | |
| CreatedAt | Pointer to time.Time | [optional] | |
| Id | Pointer to string | [optional] | |
| LastModified | Pointer to time.Time | [optional] | |
| ServiceTags | Pointer to []AppsServiceTag | [optional] | |
| Status | Pointer to AddonsStatus | [optional] |
func NewAddonsAddonMetaData() *AddonsAddonMetaData
NewAddonsAddonMetaData instantiates a new AddonsAddonMetaData 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 NewAddonsAddonMetaDataWithDefaults() *AddonsAddonMetaData
NewAddonsAddonMetaDataWithDefaults instantiates a new AddonsAddonMetaData 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 *AddonsAddonMetaData) GetApp() AppsApp
GetApp returns the App field if non-nil, zero value otherwise.
func (o *AddonsAddonMetaData) GetAppOk() (*AppsApp, bool)
GetAppOk returns a tuple with the App field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsAddonMetaData) SetApp(v AppsApp)
SetApp sets App field to given value.
func (o *AddonsAddonMetaData) HasApp() bool
HasApp returns a boolean if a field has been set.
func (o *AddonsAddonMetaData) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *AddonsAddonMetaData) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsAddonMetaData) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *AddonsAddonMetaData) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *AddonsAddonMetaData) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AddonsAddonMetaData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsAddonMetaData) SetId(v string)
SetId sets Id field to given value.
func (o *AddonsAddonMetaData) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AddonsAddonMetaData) GetLastModified() time.Time
GetLastModified returns the LastModified field if non-nil, zero value otherwise.
func (o *AddonsAddonMetaData) GetLastModifiedOk() (*time.Time, bool)
GetLastModifiedOk returns a tuple with the LastModified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsAddonMetaData) SetLastModified(v time.Time)
SetLastModified sets LastModified field to given value.
func (o *AddonsAddonMetaData) HasLastModified() bool
HasLastModified returns a boolean if a field has been set.
func (o *AddonsAddonMetaData) GetServiceTags() []AppsServiceTag
GetServiceTags returns the ServiceTags field if non-nil, zero value otherwise.
func (o *AddonsAddonMetaData) GetServiceTagsOk() (*[]AppsServiceTag, bool)
GetServiceTagsOk returns a tuple with the ServiceTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsAddonMetaData) SetServiceTags(v []AppsServiceTag)
SetServiceTags sets ServiceTags field to given value.
func (o *AddonsAddonMetaData) HasServiceTags() bool
HasServiceTags returns a boolean if a field has been set.
func (o *AddonsAddonMetaData) GetStatus() AddonsStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *AddonsAddonMetaData) GetStatusOk() (*AddonsStatus, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsAddonMetaData) SetStatus(v AddonsStatus)
SetStatus sets Status field to given value.
func (o *AddonsAddonMetaData) HasStatus() bool
HasStatus returns a boolean if a field has been set.