Name | Type | Description | Notes |
---|---|---|---|
ApiVersion | string | The external version of the API | |
DeploymentConfigId | string | The deployment configuration ID | |
Description | string | A brief description of the service API bundle | |
Id | string | The service API ID | |
ServiceEnvironmentId | string | The service environment ID | |
ServiceId | string | The service ID that this API bundle belongs to | |
ServiceName | string | The name of the service |
func NewDescribeServiceAPIResult(apiVersion string, deploymentConfigId string, description string, id string, serviceEnvironmentId string, serviceId string, serviceName string, ) *DescribeServiceAPIResult
NewDescribeServiceAPIResult instantiates a new DescribeServiceAPIResult 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 NewDescribeServiceAPIResultWithDefaults() *DescribeServiceAPIResult
NewDescribeServiceAPIResultWithDefaults instantiates a new DescribeServiceAPIResult 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 *DescribeServiceAPIResult) GetApiVersion() string
GetApiVersion returns the ApiVersion field if non-nil, zero value otherwise.
func (o *DescribeServiceAPIResult) GetApiVersionOk() (*string, bool)
GetApiVersionOk returns a tuple with the ApiVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeServiceAPIResult) SetApiVersion(v string)
SetApiVersion sets ApiVersion field to given value.
func (o *DescribeServiceAPIResult) GetDeploymentConfigId() string
GetDeploymentConfigId returns the DeploymentConfigId field if non-nil, zero value otherwise.
func (o *DescribeServiceAPIResult) GetDeploymentConfigIdOk() (*string, bool)
GetDeploymentConfigIdOk returns a tuple with the DeploymentConfigId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeServiceAPIResult) SetDeploymentConfigId(v string)
SetDeploymentConfigId sets DeploymentConfigId field to given value.
func (o *DescribeServiceAPIResult) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *DescribeServiceAPIResult) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeServiceAPIResult) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *DescribeServiceAPIResult) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *DescribeServiceAPIResult) 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 *DescribeServiceAPIResult) SetId(v string)
SetId sets Id field to given value.
func (o *DescribeServiceAPIResult) GetServiceEnvironmentId() string
GetServiceEnvironmentId returns the ServiceEnvironmentId field if non-nil, zero value otherwise.
func (o *DescribeServiceAPIResult) GetServiceEnvironmentIdOk() (*string, bool)
GetServiceEnvironmentIdOk returns a tuple with the ServiceEnvironmentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeServiceAPIResult) SetServiceEnvironmentId(v string)
SetServiceEnvironmentId sets ServiceEnvironmentId field to given value.
func (o *DescribeServiceAPIResult) GetServiceId() string
GetServiceId returns the ServiceId field if non-nil, zero value otherwise.
func (o *DescribeServiceAPIResult) GetServiceIdOk() (*string, bool)
GetServiceIdOk returns a tuple with the ServiceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeServiceAPIResult) SetServiceId(v string)
SetServiceId sets ServiceId field to given value.
func (o *DescribeServiceAPIResult) GetServiceName() string
GetServiceName returns the ServiceName field if non-nil, zero value otherwise.
func (o *DescribeServiceAPIResult) GetServiceNameOk() (*string, bool)
GetServiceNameOk returns a tuple with the ServiceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeServiceAPIResult) SetServiceName(v string)
SetServiceName sets ServiceName field to given value.