Name | Type | Description | Notes |
---|---|---|---|
Services | Pointer to []Service | [optional] | |
LastOperation | Pointer to Operation | [optional] | |
LastDeployOperation | Pointer to Operation | [optional] | |
CurrentImage | Pointer to Image | [optional] |
func NewAppEmbedded() *AppEmbedded
NewAppEmbedded instantiates a new AppEmbedded 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 NewAppEmbeddedWithDefaults() *AppEmbedded
NewAppEmbeddedWithDefaults instantiates a new AppEmbedded 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 *AppEmbedded) GetServices() []Service
GetServices returns the Services field if non-nil, zero value otherwise.
func (o *AppEmbedded) GetServicesOk() (*[]Service, bool)
GetServicesOk returns a tuple with the Services field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppEmbedded) SetServices(v []Service)
SetServices sets Services field to given value.
func (o *AppEmbedded) HasServices() bool
HasServices returns a boolean if a field has been set.
func (o *AppEmbedded) GetLastOperation() Operation
GetLastOperation returns the LastOperation field if non-nil, zero value otherwise.
func (o *AppEmbedded) GetLastOperationOk() (*Operation, bool)
GetLastOperationOk returns a tuple with the LastOperation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppEmbedded) SetLastOperation(v Operation)
SetLastOperation sets LastOperation field to given value.
func (o *AppEmbedded) HasLastOperation() bool
HasLastOperation returns a boolean if a field has been set.
func (o *AppEmbedded) GetLastDeployOperation() Operation
GetLastDeployOperation returns the LastDeployOperation field if non-nil, zero value otherwise.
func (o *AppEmbedded) GetLastDeployOperationOk() (*Operation, bool)
GetLastDeployOperationOk returns a tuple with the LastDeployOperation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppEmbedded) SetLastDeployOperation(v Operation)
SetLastDeployOperation sets LastDeployOperation field to given value.
func (o *AppEmbedded) HasLastDeployOperation() bool
HasLastDeployOperation returns a boolean if a field has been set.
func (o *AppEmbedded) GetCurrentImage() Image
GetCurrentImage returns the CurrentImage field if non-nil, zero value otherwise.
func (o *AppEmbedded) GetCurrentImageOk() (*Image, bool)
GetCurrentImageOk returns a tuple with the CurrentImage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppEmbedded) SetCurrentImage(v Image)
SetCurrentImage sets CurrentImage field to given value.
func (o *AppEmbedded) HasCurrentImage() bool
HasCurrentImage returns a boolean if a field has been set.