Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.55 KB

CreateArchive.md

File metadata and controls

56 lines (31 loc) · 1.55 KB

CreateArchive

Properties

Name Type Description Notes
Size Pointer to string How much space to provision for the archive, in bytes. [optional]

Methods

NewCreateArchive

func NewCreateArchive() *CreateArchive

NewCreateArchive instantiates a new CreateArchive 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

NewCreateArchiveWithDefaults

func NewCreateArchiveWithDefaults() *CreateArchive

NewCreateArchiveWithDefaults instantiates a new CreateArchive 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

GetSize

func (o *CreateArchive) GetSize() string

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

func (o *CreateArchive) GetSizeOk() (*string, bool)

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

SetSize

func (o *CreateArchive) SetSize(v string)

SetSize sets Size field to given value.

HasSize

func (o *CreateArchive) HasSize() bool

HasSize returns a boolean if a field has been set.

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