Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.99 KB

CreateStorage200ResponseDataConfig.md

File metadata and controls

56 lines (31 loc) · 1.99 KB

CreateStorage200ResponseDataConfig

Properties

Name Type Description Notes
EncryptionKey Pointer to string The, possible auto-generated, encryption-key. [optional]

Methods

NewCreateStorage200ResponseDataConfig

func NewCreateStorage200ResponseDataConfig() *CreateStorage200ResponseDataConfig

NewCreateStorage200ResponseDataConfig instantiates a new CreateStorage200ResponseDataConfig 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

NewCreateStorage200ResponseDataConfigWithDefaults

func NewCreateStorage200ResponseDataConfigWithDefaults() *CreateStorage200ResponseDataConfig

NewCreateStorage200ResponseDataConfigWithDefaults instantiates a new CreateStorage200ResponseDataConfig 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

GetEncryptionKey

func (o *CreateStorage200ResponseDataConfig) GetEncryptionKey() string

GetEncryptionKey returns the EncryptionKey field if non-nil, zero value otherwise.

GetEncryptionKeyOk

func (o *CreateStorage200ResponseDataConfig) GetEncryptionKeyOk() (*string, bool)

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

SetEncryptionKey

func (o *CreateStorage200ResponseDataConfig) SetEncryptionKey(v string)

SetEncryptionKey sets EncryptionKey field to given value.

HasEncryptionKey

func (o *CreateStorage200ResponseDataConfig) HasEncryptionKey() bool

HasEncryptionKey returns a boolean if a field has been set.

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