Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.81 KB

DeleteStorageVolumeConfigRequest.md

File metadata and controls

93 lines (50 loc) · 2.81 KB

DeleteStorageVolumeConfigRequest

Properties

Name Type Description Notes
Id string ID of a Storage Volume Config
ServiceId string ID of a Service
Token string JWT token used to perform authorization

Methods

NewDeleteStorageVolumeConfigRequest

func NewDeleteStorageVolumeConfigRequest(id string, serviceId string, token string, ) *DeleteStorageVolumeConfigRequest

NewDeleteStorageVolumeConfigRequest instantiates a new DeleteStorageVolumeConfigRequest 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

NewDeleteStorageVolumeConfigRequestWithDefaults

func NewDeleteStorageVolumeConfigRequestWithDefaults() *DeleteStorageVolumeConfigRequest

NewDeleteStorageVolumeConfigRequestWithDefaults instantiates a new DeleteStorageVolumeConfigRequest 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

GetId

func (o *DeleteStorageVolumeConfigRequest) GetId() string

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

GetIdOk

func (o *DeleteStorageVolumeConfigRequest) 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 *DeleteStorageVolumeConfigRequest) SetId(v string)

SetId sets Id field to given value.

GetServiceId

func (o *DeleteStorageVolumeConfigRequest) GetServiceId() string

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

GetServiceIdOk

func (o *DeleteStorageVolumeConfigRequest) 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 *DeleteStorageVolumeConfigRequest) SetServiceId(v string)

SetServiceId sets ServiceId field to given value.

GetToken

func (o *DeleteStorageVolumeConfigRequest) GetToken() string

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

GetTokenOk

func (o *DeleteStorageVolumeConfigRequest) 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 *DeleteStorageVolumeConfigRequest) SetToken(v string)

SetToken sets Token field to given value.

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