Name | Type | Description | Notes |
---|---|---|---|
Kind | ContainerRegistryKindEnum | ||
RequiredConfig | map[string]interface{} | ||
IsMandatory | bool |
func NewAvailableContainerRegistryResponse(kind ContainerRegistryKindEnum, requiredConfig map[string]interface{}, isMandatory bool, ) *AvailableContainerRegistryResponse
NewAvailableContainerRegistryResponse instantiates a new AvailableContainerRegistryResponse 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 NewAvailableContainerRegistryResponseWithDefaults() *AvailableContainerRegistryResponse
NewAvailableContainerRegistryResponseWithDefaults instantiates a new AvailableContainerRegistryResponse 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 *AvailableContainerRegistryResponse) GetKind() ContainerRegistryKindEnum
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *AvailableContainerRegistryResponse) GetKindOk() (*ContainerRegistryKindEnum, bool)
GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AvailableContainerRegistryResponse) SetKind(v ContainerRegistryKindEnum)
SetKind sets Kind field to given value.
func (o *AvailableContainerRegistryResponse) GetRequiredConfig() map[string]interface{}
GetRequiredConfig returns the RequiredConfig field if non-nil, zero value otherwise.
func (o *AvailableContainerRegistryResponse) GetRequiredConfigOk() (*map[string]interface{}, bool)
GetRequiredConfigOk returns a tuple with the RequiredConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AvailableContainerRegistryResponse) SetRequiredConfig(v map[string]interface{})
SetRequiredConfig sets RequiredConfig field to given value.
func (o *AvailableContainerRegistryResponse) GetIsMandatory() bool
GetIsMandatory returns the IsMandatory field if non-nil, zero value otherwise.
func (o *AvailableContainerRegistryResponse) GetIsMandatoryOk() (*bool, bool)
GetIsMandatoryOk returns a tuple with the IsMandatory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AvailableContainerRegistryResponse) SetIsMandatory(v bool)
SetIsMandatory sets IsMandatory field to given value.