Name | Type | Description | Notes |
---|---|---|---|
Image | Pointer to string | Required when type is docker; the registry address of the image | [optional] |
Password | Pointer to string | Optional when type is docker and accessing a secured registry | [optional] |
Username | Pointer to string | Optional when type is docker and accessing a secured registry | [optional] |
func NewV3PackagesPostRequestData() *V3PackagesPostRequestData
NewV3PackagesPostRequestData instantiates a new V3PackagesPostRequestData 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 NewV3PackagesPostRequestDataWithDefaults() *V3PackagesPostRequestData
NewV3PackagesPostRequestDataWithDefaults instantiates a new V3PackagesPostRequestData 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 *V3PackagesPostRequestData) GetImage() string
GetImage returns the Image field if non-nil, zero value otherwise.
func (o *V3PackagesPostRequestData) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3PackagesPostRequestData) SetImage(v string)
SetImage sets Image field to given value.
func (o *V3PackagesPostRequestData) HasImage() bool
HasImage returns a boolean if a field has been set.
func (o *V3PackagesPostRequestData) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *V3PackagesPostRequestData) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3PackagesPostRequestData) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *V3PackagesPostRequestData) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *V3PackagesPostRequestData) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *V3PackagesPostRequestData) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3PackagesPostRequestData) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *V3PackagesPostRequestData) HasUsername() bool
HasUsername returns a boolean if a field has been set.