Name | Type | Description | Notes |
---|---|---|---|
CreatedBy | Pointer to string | [optional] [readonly] | |
CreatedOn | Pointer to time.Time | [optional] [readonly] | |
Fingerprint | Pointer to string | [optional] [readonly] | |
Id | Pointer to string | [optional] [readonly] | |
Name | string | ||
Token | Pointer to string | [optional] | |
Type | string | ||
Value | string |
func NewRegistryCredential(name string, type_ string, value string, ) *RegistryCredential
NewRegistryCredential instantiates a new RegistryCredential 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 NewRegistryCredentialWithDefaults() *RegistryCredential
NewRegistryCredentialWithDefaults instantiates a new RegistryCredential 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 *RegistryCredential) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *RegistryCredential) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegistryCredential) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *RegistryCredential) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *RegistryCredential) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.
func (o *RegistryCredential) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegistryCredential) SetCreatedOn(v time.Time)
SetCreatedOn sets CreatedOn field to given value.
func (o *RegistryCredential) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (o *RegistryCredential) GetFingerprint() string
GetFingerprint returns the Fingerprint field if non-nil, zero value otherwise.
func (o *RegistryCredential) GetFingerprintOk() (*string, bool)
GetFingerprintOk returns a tuple with the Fingerprint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegistryCredential) SetFingerprint(v string)
SetFingerprint sets Fingerprint field to given value.
func (o *RegistryCredential) HasFingerprint() bool
HasFingerprint returns a boolean if a field has been set.
func (o *RegistryCredential) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *RegistryCredential) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegistryCredential) SetId(v string)
SetId sets Id field to given value.
func (o *RegistryCredential) HasId() bool
HasId returns a boolean if a field has been set.
func (o *RegistryCredential) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *RegistryCredential) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegistryCredential) SetName(v string)
SetName sets Name field to given value.
func (o *RegistryCredential) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *RegistryCredential) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegistryCredential) SetToken(v string)
SetToken sets Token field to given value.
func (o *RegistryCredential) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *RegistryCredential) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *RegistryCredential) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegistryCredential) SetType(v string)
SetType sets Type field to given value.
func (o *RegistryCredential) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *RegistryCredential) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegistryCredential) SetValue(v string)
SetValue sets Value field to given value.