Name | Type | Description | Notes |
---|---|---|---|
TenantId | string | ||
AppId | Pointer to string | [optional] | |
ResourceType | string | ||
Created | Pointer to time.Time | [optional] | |
LastModified | Pointer to time.Time | [optional] | |
Revision | float32 | ||
Location | Pointer to string | [optional] |
func NewMeta(tenantId string, resourceType string, revision float32, ) *Meta
NewMeta instantiates a new Meta 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 NewMetaWithDefaults() *Meta
NewMetaWithDefaults instantiates a new Meta 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 *Meta) GetTenantId() string
GetTenantId returns the TenantId field if non-nil, zero value otherwise.
func (o *Meta) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Meta) SetTenantId(v string)
SetTenantId sets TenantId field to given value.
func (o *Meta) GetAppId() string
GetAppId returns the AppId field if non-nil, zero value otherwise.
func (o *Meta) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Meta) SetAppId(v string)
SetAppId sets AppId field to given value.
func (o *Meta) HasAppId() bool
HasAppId returns a boolean if a field has been set.
func (o *Meta) GetResourceType() string
GetResourceType returns the ResourceType field if non-nil, zero value otherwise.
func (o *Meta) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Meta) SetResourceType(v string)
SetResourceType sets ResourceType field to given value.
func (o *Meta) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *Meta) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Meta) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *Meta) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *Meta) GetLastModified() time.Time
GetLastModified returns the LastModified field if non-nil, zero value otherwise.
func (o *Meta) 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 *Meta) SetLastModified(v time.Time)
SetLastModified sets LastModified field to given value.
func (o *Meta) HasLastModified() bool
HasLastModified returns a boolean if a field has been set.
func (o *Meta) GetRevision() float32
GetRevision returns the Revision field if non-nil, zero value otherwise.
func (o *Meta) GetRevisionOk() (*float32, bool)
GetRevisionOk returns a tuple with the Revision field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Meta) SetRevision(v float32)
SetRevision sets Revision field to given value.
func (o *Meta) GetLocation() string
GetLocation returns the Location field if non-nil, zero value otherwise.
func (o *Meta) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Meta) SetLocation(v string)
SetLocation sets Location field to given value.
func (o *Meta) HasLocation() bool
HasLocation returns a boolean if a field has been set.