Skip to content

Latest commit

 

History

History
239 lines (128 loc) · 6.58 KB

AppInstanceExtended.md

File metadata and controls

239 lines (128 loc) · 6.58 KB

AppInstanceExtended

Properties

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]

Methods

NewAppInstanceExtended

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

NewAppInstanceExtendedWithDefaults

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

GetApplicationInstanceId

func (o *AppInstanceExtended) GetApplicationInstanceId() string

GetApplicationInstanceId returns the ApplicationInstanceId field if non-nil, zero value otherwise.

GetApplicationInstanceIdOk

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.

SetApplicationInstanceId

func (o *AppInstanceExtended) SetApplicationInstanceId(v string)

SetApplicationInstanceId sets ApplicationInstanceId field to given value.

GetRegion

func (o *AppInstanceExtended) GetRegion() string

GetRegion returns the Region field if non-nil, zero value otherwise.

GetRegionOk

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.

SetRegion

func (o *AppInstanceExtended) SetRegion(v string)

SetRegion sets Region field to given value.

GetApplicationId

func (o *AppInstanceExtended) GetApplicationId() string

GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.

GetApplicationIdOk

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.

SetApplicationId

func (o *AppInstanceExtended) SetApplicationId(v string)

SetApplicationId sets ApplicationId field to given value.

GetId

func (o *AppInstanceExtended) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *AppInstanceExtended) SetId(v string)

SetId sets Id field to given value.

GetCreatedAt

func (o *AppInstanceExtended) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

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.

SetCreatedAt

func (o *AppInstanceExtended) SetCreatedAt(v string)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *AppInstanceExtended) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

GetUpdatedAt

func (o *AppInstanceExtended) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

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.

SetUpdatedAt

func (o *AppInstanceExtended) SetUpdatedAt(v string)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *AppInstanceExtended) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

GetType

func (o *AppInstanceExtended) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *AppInstanceExtended) SetType(v string)

SetType sets Type field to given value.

GetGeneration

func (o *AppInstanceExtended) GetGeneration() int32

GetGeneration returns the Generation field if non-nil, zero value otherwise.

GetGenerationOk

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.

SetGeneration

func (o *AppInstanceExtended) SetGeneration(v int32)

SetGeneration sets Generation field to given value.

HasGeneration

func (o *AppInstanceExtended) HasGeneration() bool

HasGeneration returns a boolean if a field has been set.

GetExternalApiEndpoint

func (o *AppInstanceExtended) GetExternalApiEndpoint() string

GetExternalApiEndpoint returns the ExternalApiEndpoint field if non-nil, zero value otherwise.

GetExternalApiEndpointOk

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.

SetExternalApiEndpoint

func (o *AppInstanceExtended) SetExternalApiEndpoint(v string)

SetExternalApiEndpoint sets ExternalApiEndpoint field to given value.

HasExternalApiEndpoint

func (o *AppInstanceExtended) HasExternalApiEndpoint() bool

HasExternalApiEndpoint returns a boolean if a field has been set.

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