Skip to content

Latest commit

 

History

History
177 lines (94 loc) · 5.42 KB

DescribeServiceAPIResult.md

File metadata and controls

177 lines (94 loc) · 5.42 KB

DescribeServiceAPIResult

Properties

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

Methods

NewDescribeServiceAPIResult

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

NewDescribeServiceAPIResultWithDefaults

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

GetApiVersion

func (o *DescribeServiceAPIResult) GetApiVersion() string

GetApiVersion returns the ApiVersion field if non-nil, zero value otherwise.

GetApiVersionOk

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.

SetApiVersion

func (o *DescribeServiceAPIResult) SetApiVersion(v string)

SetApiVersion sets ApiVersion field to given value.

GetDeploymentConfigId

func (o *DescribeServiceAPIResult) GetDeploymentConfigId() string

GetDeploymentConfigId returns the DeploymentConfigId field if non-nil, zero value otherwise.

GetDeploymentConfigIdOk

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.

SetDeploymentConfigId

func (o *DescribeServiceAPIResult) SetDeploymentConfigId(v string)

SetDeploymentConfigId sets DeploymentConfigId field to given value.

GetDescription

func (o *DescribeServiceAPIResult) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *DescribeServiceAPIResult) SetDescription(v string)

SetDescription sets Description field to given value.

GetId

func (o *DescribeServiceAPIResult) GetId() string

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

GetIdOk

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.

SetId

func (o *DescribeServiceAPIResult) SetId(v string)

SetId sets Id field to given value.

GetServiceEnvironmentId

func (o *DescribeServiceAPIResult) GetServiceEnvironmentId() string

GetServiceEnvironmentId returns the ServiceEnvironmentId field if non-nil, zero value otherwise.

GetServiceEnvironmentIdOk

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.

SetServiceEnvironmentId

func (o *DescribeServiceAPIResult) SetServiceEnvironmentId(v string)

SetServiceEnvironmentId sets ServiceEnvironmentId field to given value.

GetServiceId

func (o *DescribeServiceAPIResult) GetServiceId() string

GetServiceId returns the ServiceId field if non-nil, zero value otherwise.

GetServiceIdOk

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.

SetServiceId

func (o *DescribeServiceAPIResult) SetServiceId(v string)

SetServiceId sets ServiceId field to given value.

GetServiceName

func (o *DescribeServiceAPIResult) GetServiceName() string

GetServiceName returns the ServiceName field if non-nil, zero value otherwise.

GetServiceNameOk

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.

SetServiceName

func (o *DescribeServiceAPIResult) SetServiceName(v string)

SetServiceName sets ServiceName field to given value.

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