Name | Type | Description | Notes |
---|---|---|---|
Username | string | ||
PersonalAccessToken | string |
func NewCreateContainerRegistryAuthenticationDockerHub(username string, personalAccessToken string, ) *CreateContainerRegistryAuthenticationDockerHub
NewCreateContainerRegistryAuthenticationDockerHub instantiates a new CreateContainerRegistryAuthenticationDockerHub 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 NewCreateContainerRegistryAuthenticationDockerHubWithDefaults() *CreateContainerRegistryAuthenticationDockerHub
NewCreateContainerRegistryAuthenticationDockerHubWithDefaults instantiates a new CreateContainerRegistryAuthenticationDockerHub 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 *CreateContainerRegistryAuthenticationDockerHub) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *CreateContainerRegistryAuthenticationDockerHub) 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 *CreateContainerRegistryAuthenticationDockerHub) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *CreateContainerRegistryAuthenticationDockerHub) GetPersonalAccessToken() string
GetPersonalAccessToken returns the PersonalAccessToken field if non-nil, zero value otherwise.
func (o *CreateContainerRegistryAuthenticationDockerHub) GetPersonalAccessTokenOk() (*string, bool)
GetPersonalAccessTokenOk returns a tuple with the PersonalAccessToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateContainerRegistryAuthenticationDockerHub) SetPersonalAccessToken(v string)
SetPersonalAccessToken sets PersonalAccessToken field to given value.