Name | Type | Description | Notes |
---|---|---|---|
ImageId | string | The uuid of the image to load |
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
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
func (o *V1LoadExtensionParameters) GetImageId() string
GetImageId returns the ImageId field if non-nil, zero value otherwise.
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.
func (o *V1LoadExtensionParameters) SetImageId(v string)
SetImageId sets ImageId field to given value.