Name | Type | Description | Notes |
---|---|---|---|
ApplicationInstanceId | string | ||
Region | string | ||
ApplicationId | string | ||
Id | string | ||
CreatedAt | Pointer to string | [optional] | |
UpdatedAt | Pointer to string | [optional] | |
Type | string | ||
Generation | Pointer to int32 | [optional] | |
ExternalApiEndpoint | Pointer to string | [optional] |
func NewAppInstanceExtended(applicationInstanceId string, region string, applicationId string, id string, type_ string, ) *AppInstanceExtended
NewAppInstanceExtended instantiates a new AppInstanceExtended 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 NewAppInstanceExtendedWithDefaults() *AppInstanceExtended
NewAppInstanceExtendedWithDefaults instantiates a new AppInstanceExtended 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 *AppInstanceExtended) GetApplicationInstanceId() string
GetApplicationInstanceId returns the ApplicationInstanceId field if non-nil, zero value otherwise.
func (o *AppInstanceExtended) GetApplicationInstanceIdOk() (*string, bool)
GetApplicationInstanceIdOk returns a tuple with the ApplicationInstanceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppInstanceExtended) SetApplicationInstanceId(v string)
SetApplicationInstanceId sets ApplicationInstanceId field to given value.
func (o *AppInstanceExtended) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *AppInstanceExtended) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppInstanceExtended) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *AppInstanceExtended) GetApplicationId() string
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
func (o *AppInstanceExtended) GetApplicationIdOk() (*string, bool)
GetApplicationIdOk returns a tuple with the ApplicationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppInstanceExtended) SetApplicationId(v string)
SetApplicationId sets ApplicationId field to given value.
func (o *AppInstanceExtended) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AppInstanceExtended) 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 *AppInstanceExtended) SetId(v string)
SetId sets Id field to given value.
func (o *AppInstanceExtended) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *AppInstanceExtended) GetCreatedAtOk() (*string, 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 *AppInstanceExtended) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *AppInstanceExtended) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *AppInstanceExtended) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *AppInstanceExtended) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppInstanceExtended) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *AppInstanceExtended) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *AppInstanceExtended) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *AppInstanceExtended) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppInstanceExtended) SetType(v string)
SetType sets Type field to given value.
func (o *AppInstanceExtended) GetGeneration() int32
GetGeneration returns the Generation field if non-nil, zero value otherwise.
func (o *AppInstanceExtended) GetGenerationOk() (*int32, bool)
GetGenerationOk returns a tuple with the Generation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppInstanceExtended) SetGeneration(v int32)
SetGeneration sets Generation field to given value.
func (o *AppInstanceExtended) HasGeneration() bool
HasGeneration returns a boolean if a field has been set.
func (o *AppInstanceExtended) GetExternalApiEndpoint() string
GetExternalApiEndpoint returns the ExternalApiEndpoint field if non-nil, zero value otherwise.
func (o *AppInstanceExtended) GetExternalApiEndpointOk() (*string, bool)
GetExternalApiEndpointOk returns a tuple with the ExternalApiEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppInstanceExtended) SetExternalApiEndpoint(v string)
SetExternalApiEndpoint sets ExternalApiEndpoint field to given value.
func (o *AppInstanceExtended) HasExternalApiEndpoint() bool
HasExternalApiEndpoint returns a boolean if a field has been set.