Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 5.85 KB

RegistryAllOf.md

File metadata and controls

238 lines (129 loc) · 5.85 KB

RegistryAllOf

Properties

Name Type Description Notes
CloudAlias Pointer to bool [optional]
CreatedAt Pointer to time.Time [optional]
Name Pointer to string [optional]
OrgName Pointer to string [optional]
TeamName Pointer to string [optional]
Type Pointer to string [optional]
UpdatedAt Pointer to time.Time [optional]
Url Pointer to string [optional]

Methods

NewRegistryAllOf

func NewRegistryAllOf() *RegistryAllOf

NewRegistryAllOf instantiates a new RegistryAllOf 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

NewRegistryAllOfWithDefaults

func NewRegistryAllOfWithDefaults() *RegistryAllOf

NewRegistryAllOfWithDefaults instantiates a new RegistryAllOf 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

GetCloudAlias

func (o *RegistryAllOf) GetCloudAlias() bool

GetCloudAlias returns the CloudAlias field if non-nil, zero value otherwise.

GetCloudAliasOk

func (o *RegistryAllOf) GetCloudAliasOk() (*bool, bool)

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

SetCloudAlias

func (o *RegistryAllOf) SetCloudAlias(v bool)

SetCloudAlias sets CloudAlias field to given value.

HasCloudAlias

func (o *RegistryAllOf) HasCloudAlias() bool

HasCloudAlias returns a boolean if a field has been set.

GetCreatedAt

func (o *RegistryAllOf) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *RegistryAllOf) GetCreatedAtOk() (*time.Time, bool)

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

SetCreatedAt

func (o *RegistryAllOf) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *RegistryAllOf) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

GetName

func (o *RegistryAllOf) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *RegistryAllOf) 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.

SetName

func (o *RegistryAllOf) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *RegistryAllOf) HasName() bool

HasName returns a boolean if a field has been set.

GetOrgName

func (o *RegistryAllOf) GetOrgName() string

GetOrgName returns the OrgName field if non-nil, zero value otherwise.

GetOrgNameOk

func (o *RegistryAllOf) GetOrgNameOk() (*string, bool)

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

SetOrgName

func (o *RegistryAllOf) SetOrgName(v string)

SetOrgName sets OrgName field to given value.

HasOrgName

func (o *RegistryAllOf) HasOrgName() bool

HasOrgName returns a boolean if a field has been set.

GetTeamName

func (o *RegistryAllOf) GetTeamName() string

GetTeamName returns the TeamName field if non-nil, zero value otherwise.

GetTeamNameOk

func (o *RegistryAllOf) GetTeamNameOk() (*string, bool)

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

SetTeamName

func (o *RegistryAllOf) SetTeamName(v string)

SetTeamName sets TeamName field to given value.

HasTeamName

func (o *RegistryAllOf) HasTeamName() bool

HasTeamName returns a boolean if a field has been set.

GetType

func (o *RegistryAllOf) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *RegistryAllOf) 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.

SetType

func (o *RegistryAllOf) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *RegistryAllOf) HasType() bool

HasType returns a boolean if a field has been set.

GetUpdatedAt

func (o *RegistryAllOf) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

func (o *RegistryAllOf) GetUpdatedAtOk() (*time.Time, bool)

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

SetUpdatedAt

func (o *RegistryAllOf) SetUpdatedAt(v time.Time)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *RegistryAllOf) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

GetUrl

func (o *RegistryAllOf) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *RegistryAllOf) GetUrlOk() (*string, bool)

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

SetUrl

func (o *RegistryAllOf) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *RegistryAllOf) HasUrl() bool

HasUrl returns a boolean if a field has been set.

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