Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.78 KB

CreateArchive200ResponseData.md

File metadata and controls

51 lines (28 loc) · 1.78 KB

CreateArchive200ResponseData

Properties

Name Type Description Notes
Full ListArchives200ResponseDataFullInner

Methods

NewCreateArchive200ResponseData

func NewCreateArchive200ResponseData(full ListArchives200ResponseDataFullInner, ) *CreateArchive200ResponseData

NewCreateArchive200ResponseData instantiates a new CreateArchive200ResponseData 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

NewCreateArchive200ResponseDataWithDefaults

func NewCreateArchive200ResponseDataWithDefaults() *CreateArchive200ResponseData

NewCreateArchive200ResponseDataWithDefaults instantiates a new CreateArchive200ResponseData 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

GetFull

func (o *CreateArchive200ResponseData) GetFull() ListArchives200ResponseDataFullInner

GetFull returns the Full field if non-nil, zero value otherwise.

GetFullOk

func (o *CreateArchive200ResponseData) GetFullOk() (*ListArchives200ResponseDataFullInner, bool)

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

SetFull

func (o *CreateArchive200ResponseData) SetFull(v ListArchives200ResponseDataFullInner)

SetFull sets Full field to given value.

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