Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.49 KB

GetReinstallImageListResult.md

File metadata and controls

82 lines (45 loc) · 2.49 KB

GetReinstallImageListResult

Properties

Name Type Description Notes
Images Pointer to []ImageDetails [optional]
Metadata Pointer to Metadata [optional]

Methods

NewGetReinstallImageListResult

func NewGetReinstallImageListResult() *GetReinstallImageListResult

NewGetReinstallImageListResult instantiates a new GetReinstallImageListResult 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

NewGetReinstallImageListResultWithDefaults

func NewGetReinstallImageListResultWithDefaults() *GetReinstallImageListResult

NewGetReinstallImageListResultWithDefaults instantiates a new GetReinstallImageListResult 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

GetImages

func (o *GetReinstallImageListResult) GetImages() []ImageDetails

GetImages returns the Images field if non-nil, zero value otherwise.

GetImagesOk

func (o *GetReinstallImageListResult) GetImagesOk() (*[]ImageDetails, bool)

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

SetImages

func (o *GetReinstallImageListResult) SetImages(v []ImageDetails)

SetImages sets Images field to given value.

HasImages

func (o *GetReinstallImageListResult) HasImages() bool

HasImages returns a boolean if a field has been set.

GetMetadata

func (o *GetReinstallImageListResult) GetMetadata() Metadata

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

func (o *GetReinstallImageListResult) GetMetadataOk() (*Metadata, bool)

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

SetMetadata

func (o *GetReinstallImageListResult) SetMetadata(v Metadata)

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *GetReinstallImageListResult) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

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