Name | Type | Description | Notes |
---|---|---|---|
Id | string | The instance ID | |
NetworkType | Pointer to string | The network type | [optional] |
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 name | |
ServiceModelKey | string | The service model name | |
ServiceProviderId | string | ID of a Service Provider | |
SubscriptionId | Pointer to string | The subscription ID | [optional] |
TargetRestoreTime | string | The target restore time | |
Token | string | JWT token used to perform authorization |
func NewRestoreResourceInstanceRequest(id string, productTierKey string, resourceKey string, serviceAPIVersion string, serviceEnvironmentKey string, serviceKey string, serviceModelKey string, serviceProviderId string, targetRestoreTime string, token string, ) *RestoreResourceInstanceRequest
NewRestoreResourceInstanceRequest instantiates a new RestoreResourceInstanceRequest 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 NewRestoreResourceInstanceRequestWithDefaults() *RestoreResourceInstanceRequest
NewRestoreResourceInstanceRequestWithDefaults instantiates a new RestoreResourceInstanceRequest 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 *RestoreResourceInstanceRequest) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *RestoreResourceInstanceRequest) 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 *RestoreResourceInstanceRequest) SetId(v string)
SetId sets Id field to given value.
func (o *RestoreResourceInstanceRequest) GetNetworkType() string
GetNetworkType returns the NetworkType field if non-nil, zero value otherwise.
func (o *RestoreResourceInstanceRequest) GetNetworkTypeOk() (*string, bool)
GetNetworkTypeOk returns a tuple with the NetworkType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreResourceInstanceRequest) SetNetworkType(v string)
SetNetworkType sets NetworkType field to given value.
func (o *RestoreResourceInstanceRequest) HasNetworkType() bool
HasNetworkType returns a boolean if a field has been set.
func (o *RestoreResourceInstanceRequest) GetProductTierKey() string
GetProductTierKey returns the ProductTierKey field if non-nil, zero value otherwise.
func (o *RestoreResourceInstanceRequest) 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.
func (o *RestoreResourceInstanceRequest) SetProductTierKey(v string)
SetProductTierKey sets ProductTierKey field to given value.
func (o *RestoreResourceInstanceRequest) GetResourceKey() string
GetResourceKey returns the ResourceKey field if non-nil, zero value otherwise.
func (o *RestoreResourceInstanceRequest) 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.
func (o *RestoreResourceInstanceRequest) SetResourceKey(v string)
SetResourceKey sets ResourceKey field to given value.
func (o *RestoreResourceInstanceRequest) GetServiceAPIVersion() string
GetServiceAPIVersion returns the ServiceAPIVersion field if non-nil, zero value otherwise.
func (o *RestoreResourceInstanceRequest) 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.
func (o *RestoreResourceInstanceRequest) SetServiceAPIVersion(v string)
SetServiceAPIVersion sets ServiceAPIVersion field to given value.
func (o *RestoreResourceInstanceRequest) GetServiceEnvironmentKey() string
GetServiceEnvironmentKey returns the ServiceEnvironmentKey field if non-nil, zero value otherwise.
func (o *RestoreResourceInstanceRequest) 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.
func (o *RestoreResourceInstanceRequest) SetServiceEnvironmentKey(v string)
SetServiceEnvironmentKey sets ServiceEnvironmentKey field to given value.
func (o *RestoreResourceInstanceRequest) GetServiceKey() string
GetServiceKey returns the ServiceKey field if non-nil, zero value otherwise.
func (o *RestoreResourceInstanceRequest) 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.
func (o *RestoreResourceInstanceRequest) SetServiceKey(v string)
SetServiceKey sets ServiceKey field to given value.
func (o *RestoreResourceInstanceRequest) GetServiceModelKey() string
GetServiceModelKey returns the ServiceModelKey field if non-nil, zero value otherwise.
func (o *RestoreResourceInstanceRequest) 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.
func (o *RestoreResourceInstanceRequest) SetServiceModelKey(v string)
SetServiceModelKey sets ServiceModelKey field to given value.
func (o *RestoreResourceInstanceRequest) GetServiceProviderId() string
GetServiceProviderId returns the ServiceProviderId field if non-nil, zero value otherwise.
func (o *RestoreResourceInstanceRequest) 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.
func (o *RestoreResourceInstanceRequest) SetServiceProviderId(v string)
SetServiceProviderId sets ServiceProviderId field to given value.
func (o *RestoreResourceInstanceRequest) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field if non-nil, zero value otherwise.
func (o *RestoreResourceInstanceRequest) 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.
func (o *RestoreResourceInstanceRequest) SetSubscriptionId(v string)
SetSubscriptionId sets SubscriptionId field to given value.
func (o *RestoreResourceInstanceRequest) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (o *RestoreResourceInstanceRequest) GetTargetRestoreTime() string
GetTargetRestoreTime returns the TargetRestoreTime field if non-nil, zero value otherwise.
func (o *RestoreResourceInstanceRequest) GetTargetRestoreTimeOk() (*string, bool)
GetTargetRestoreTimeOk returns a tuple with the TargetRestoreTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreResourceInstanceRequest) SetTargetRestoreTime(v string)
SetTargetRestoreTime sets TargetRestoreTime field to given value.
func (o *RestoreResourceInstanceRequest) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *RestoreResourceInstanceRequest) 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 *RestoreResourceInstanceRequest) SetToken(v string)
SetToken sets Token field to given value.