Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.74 KB

AppInstanceBasic.md

File metadata and controls

93 lines (50 loc) · 2.74 KB

AppInstanceBasic

Properties

Name Type Description Notes
ApplicationInstanceId string
Region string
ApplicationId string

Methods

NewAppInstanceBasic

func NewAppInstanceBasic(applicationInstanceId string, region string, applicationId string, ) *AppInstanceBasic

NewAppInstanceBasic instantiates a new AppInstanceBasic 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

NewAppInstanceBasicWithDefaults

func NewAppInstanceBasicWithDefaults() *AppInstanceBasic

NewAppInstanceBasicWithDefaults instantiates a new AppInstanceBasic 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 *AppInstanceBasic) GetApplicationInstanceId() string

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

GetApplicationInstanceIdOk

func (o *AppInstanceBasic) 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 *AppInstanceBasic) SetApplicationInstanceId(v string)

SetApplicationInstanceId sets ApplicationInstanceId field to given value.

GetRegion

func (o *AppInstanceBasic) GetRegion() string

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

GetRegionOk

func (o *AppInstanceBasic) 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 *AppInstanceBasic) SetRegion(v string)

SetRegion sets Region field to given value.

GetApplicationId

func (o *AppInstanceBasic) GetApplicationId() string

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

GetApplicationIdOk

func (o *AppInstanceBasic) 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 *AppInstanceBasic) SetApplicationId(v string)

SetApplicationId sets ApplicationId field to given value.

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