Name | Type | Description | Notes |
---|---|---|---|
ProductTierId | Pointer to string | ID of a Product Tier | [optional] |
ProductTierVersion | Pointer to string | The product tier version of the infra config to describe. If not specified, the latest version is described. | [optional] |
Id | string | ID of an Output Parameter | |
ServiceId | string | ID of a Service | |
Token | string | JWT token used to perform authorization |
func NewDescribeOutputParameterRequest(id string, serviceId string, token string, ) *DescribeOutputParameterRequest
NewDescribeOutputParameterRequest instantiates a new DescribeOutputParameterRequest 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 NewDescribeOutputParameterRequestWithDefaults() *DescribeOutputParameterRequest
NewDescribeOutputParameterRequestWithDefaults instantiates a new DescribeOutputParameterRequest 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 *DescribeOutputParameterRequest) GetProductTierId() string
GetProductTierId returns the ProductTierId field if non-nil, zero value otherwise.
func (o *DescribeOutputParameterRequest) GetProductTierIdOk() (*string, bool)
GetProductTierIdOk returns a tuple with the ProductTierId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeOutputParameterRequest) SetProductTierId(v string)
SetProductTierId sets ProductTierId field to given value.
func (o *DescribeOutputParameterRequest) HasProductTierId() bool
HasProductTierId returns a boolean if a field has been set.
func (o *DescribeOutputParameterRequest) GetProductTierVersion() string
GetProductTierVersion returns the ProductTierVersion field if non-nil, zero value otherwise.
func (o *DescribeOutputParameterRequest) GetProductTierVersionOk() (*string, bool)
GetProductTierVersionOk returns a tuple with the ProductTierVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeOutputParameterRequest) SetProductTierVersion(v string)
SetProductTierVersion sets ProductTierVersion field to given value.
func (o *DescribeOutputParameterRequest) HasProductTierVersion() bool
HasProductTierVersion returns a boolean if a field has been set.
func (o *DescribeOutputParameterRequest) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *DescribeOutputParameterRequest) 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 *DescribeOutputParameterRequest) SetId(v string)
SetId sets Id field to given value.
func (o *DescribeOutputParameterRequest) GetServiceId() string
GetServiceId returns the ServiceId field if non-nil, zero value otherwise.
func (o *DescribeOutputParameterRequest) 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 *DescribeOutputParameterRequest) SetServiceId(v string)
SetServiceId sets ServiceId field to given value.
func (o *DescribeOutputParameterRequest) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *DescribeOutputParameterRequest) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeOutputParameterRequest) SetToken(v string)
SetToken sets Token field to given value.