Skip to content

Latest commit

 

History

History
224 lines (119 loc) · 7.16 KB

ListResourceInstancesRequest.md

File metadata and controls

224 lines (119 loc) · 7.16 KB

ListResourceInstancesRequest

Properties

Name Type Description Notes
ProductTierKey string The product tier name
ResourceKey string The resource key
ServiceAPIVersion string The service API version
ServiceEnvironmentKey string The service environment name
ServiceKey string The service key
ServiceModelKey string The service model name
ServiceProviderId string ID of a Service Provider
SubscriptionId Pointer to string The subscription ID [optional]
Token string JWT token used to perform authorization

Methods

NewListResourceInstancesRequest

func NewListResourceInstancesRequest(productTierKey string, resourceKey string, serviceAPIVersion string, serviceEnvironmentKey string, serviceKey string, serviceModelKey string, serviceProviderId string, token string, ) *ListResourceInstancesRequest

NewListResourceInstancesRequest instantiates a new ListResourceInstancesRequest 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

NewListResourceInstancesRequestWithDefaults

func NewListResourceInstancesRequestWithDefaults() *ListResourceInstancesRequest

NewListResourceInstancesRequestWithDefaults instantiates a new ListResourceInstancesRequest 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

GetProductTierKey

func (o *ListResourceInstancesRequest) GetProductTierKey() string

GetProductTierKey returns the ProductTierKey field if non-nil, zero value otherwise.

GetProductTierKeyOk

func (o *ListResourceInstancesRequest) GetProductTierKeyOk() (*string, bool)

GetProductTierKeyOk returns a tuple with the ProductTierKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProductTierKey

func (o *ListResourceInstancesRequest) SetProductTierKey(v string)

SetProductTierKey sets ProductTierKey field to given value.

GetResourceKey

func (o *ListResourceInstancesRequest) GetResourceKey() string

GetResourceKey returns the ResourceKey field if non-nil, zero value otherwise.

GetResourceKeyOk

func (o *ListResourceInstancesRequest) GetResourceKeyOk() (*string, bool)

GetResourceKeyOk returns a tuple with the ResourceKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetResourceKey

func (o *ListResourceInstancesRequest) SetResourceKey(v string)

SetResourceKey sets ResourceKey field to given value.

GetServiceAPIVersion

func (o *ListResourceInstancesRequest) GetServiceAPIVersion() string

GetServiceAPIVersion returns the ServiceAPIVersion field if non-nil, zero value otherwise.

GetServiceAPIVersionOk

func (o *ListResourceInstancesRequest) GetServiceAPIVersionOk() (*string, bool)

GetServiceAPIVersionOk returns a tuple with the ServiceAPIVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetServiceAPIVersion

func (o *ListResourceInstancesRequest) SetServiceAPIVersion(v string)

SetServiceAPIVersion sets ServiceAPIVersion field to given value.

GetServiceEnvironmentKey

func (o *ListResourceInstancesRequest) GetServiceEnvironmentKey() string

GetServiceEnvironmentKey returns the ServiceEnvironmentKey field if non-nil, zero value otherwise.

GetServiceEnvironmentKeyOk

func (o *ListResourceInstancesRequest) GetServiceEnvironmentKeyOk() (*string, bool)

GetServiceEnvironmentKeyOk returns a tuple with the ServiceEnvironmentKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetServiceEnvironmentKey

func (o *ListResourceInstancesRequest) SetServiceEnvironmentKey(v string)

SetServiceEnvironmentKey sets ServiceEnvironmentKey field to given value.

GetServiceKey

func (o *ListResourceInstancesRequest) GetServiceKey() string

GetServiceKey returns the ServiceKey field if non-nil, zero value otherwise.

GetServiceKeyOk

func (o *ListResourceInstancesRequest) GetServiceKeyOk() (*string, bool)

GetServiceKeyOk returns a tuple with the ServiceKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetServiceKey

func (o *ListResourceInstancesRequest) SetServiceKey(v string)

SetServiceKey sets ServiceKey field to given value.

GetServiceModelKey

func (o *ListResourceInstancesRequest) GetServiceModelKey() string

GetServiceModelKey returns the ServiceModelKey field if non-nil, zero value otherwise.

GetServiceModelKeyOk

func (o *ListResourceInstancesRequest) GetServiceModelKeyOk() (*string, bool)

GetServiceModelKeyOk returns a tuple with the ServiceModelKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetServiceModelKey

func (o *ListResourceInstancesRequest) SetServiceModelKey(v string)

SetServiceModelKey sets ServiceModelKey field to given value.

GetServiceProviderId

func (o *ListResourceInstancesRequest) GetServiceProviderId() string

GetServiceProviderId returns the ServiceProviderId field if non-nil, zero value otherwise.

GetServiceProviderIdOk

func (o *ListResourceInstancesRequest) GetServiceProviderIdOk() (*string, bool)

GetServiceProviderIdOk returns a tuple with the ServiceProviderId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetServiceProviderId

func (o *ListResourceInstancesRequest) SetServiceProviderId(v string)

SetServiceProviderId sets ServiceProviderId field to given value.

GetSubscriptionId

func (o *ListResourceInstancesRequest) GetSubscriptionId() string

GetSubscriptionId returns the SubscriptionId field if non-nil, zero value otherwise.

GetSubscriptionIdOk

func (o *ListResourceInstancesRequest) GetSubscriptionIdOk() (*string, bool)

GetSubscriptionIdOk returns a tuple with the SubscriptionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSubscriptionId

func (o *ListResourceInstancesRequest) SetSubscriptionId(v string)

SetSubscriptionId sets SubscriptionId field to given value.

HasSubscriptionId

func (o *ListResourceInstancesRequest) HasSubscriptionId() bool

HasSubscriptionId returns a boolean if a field has been set.

GetToken

func (o *ListResourceInstancesRequest) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

func (o *ListResourceInstancesRequest) 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.

SetToken

func (o *ListResourceInstancesRequest) SetToken(v string)

SetToken sets Token field to given value.

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