Name | Type | Description | Notes |
---|---|---|---|
Full | ListArchives200ResponseDataFullInner |
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
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
func (o *CreateArchive200ResponseData) GetFull() ListArchives200ResponseDataFullInner
GetFull returns the Full field if non-nil, zero value otherwise.
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.
func (o *CreateArchive200ResponseData) SetFull(v ListArchives200ResponseDataFullInner)
SetFull sets Full field to given value.