Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.62 KB

V1LoadExtensionParameters.md

File metadata and controls

51 lines (28 loc) · 1.62 KB

V1LoadExtensionParameters

Properties

Name Type Description Notes
ImageId string The uuid of the image to load

Methods

NewV1LoadExtensionParameters

func NewV1LoadExtensionParameters(imageId string, ) *V1LoadExtensionParameters

NewV1LoadExtensionParameters instantiates a new V1LoadExtensionParameters 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

NewV1LoadExtensionParametersWithDefaults

func NewV1LoadExtensionParametersWithDefaults() *V1LoadExtensionParameters

NewV1LoadExtensionParametersWithDefaults instantiates a new V1LoadExtensionParameters 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

GetImageId

func (o *V1LoadExtensionParameters) GetImageId() string

GetImageId returns the ImageId field if non-nil, zero value otherwise.

GetImageIdOk

func (o *V1LoadExtensionParameters) GetImageIdOk() (*string, bool)

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

SetImageId

func (o *V1LoadExtensionParameters) SetImageId(v string)

SetImageId sets ImageId field to given value.

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