Name | Type | Description | Notes |
---|---|---|---|
FederatedProvider | Pointer to FederatedProviderDTO | [optional] | |
Location | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
ServiceResource | Pointer to ServiceResourceDTO | [optional] | |
ServiceResourceType | Pointer to string | [optional] | |
Type | Pointer to string | [optional] |
func NewProviderContainerDTO() *ProviderContainerDTO
NewProviderContainerDTO instantiates a new ProviderContainerDTO 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 NewProviderContainerDTOWithDefaults() *ProviderContainerDTO
NewProviderContainerDTOWithDefaults instantiates a new ProviderContainerDTO 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 *ProviderContainerDTO) GetFederatedProvider() FederatedProviderDTO
GetFederatedProvider returns the FederatedProvider field if non-nil, zero value otherwise.
func (o *ProviderContainerDTO) GetFederatedProviderOk() (*FederatedProviderDTO, bool)
GetFederatedProviderOk returns a tuple with the FederatedProvider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProviderContainerDTO) SetFederatedProvider(v FederatedProviderDTO)
SetFederatedProvider sets FederatedProvider field to given value.
func (o *ProviderContainerDTO) HasFederatedProvider() bool
HasFederatedProvider returns a boolean if a field has been set.
func (o *ProviderContainerDTO) GetLocation() string
GetLocation returns the Location field if non-nil, zero value otherwise.
func (o *ProviderContainerDTO) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProviderContainerDTO) SetLocation(v string)
SetLocation sets Location field to given value.
func (o *ProviderContainerDTO) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (o *ProviderContainerDTO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ProviderContainerDTO) 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 *ProviderContainerDTO) SetName(v string)
SetName sets Name field to given value.
func (o *ProviderContainerDTO) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ProviderContainerDTO) GetServiceResource() ServiceResourceDTO
GetServiceResource returns the ServiceResource field if non-nil, zero value otherwise.
func (o *ProviderContainerDTO) GetServiceResourceOk() (*ServiceResourceDTO, bool)
GetServiceResourceOk returns a tuple with the ServiceResource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProviderContainerDTO) SetServiceResource(v ServiceResourceDTO)
SetServiceResource sets ServiceResource field to given value.
func (o *ProviderContainerDTO) HasServiceResource() bool
HasServiceResource returns a boolean if a field has been set.
func (o *ProviderContainerDTO) GetServiceResourceType() string
GetServiceResourceType returns the ServiceResourceType field if non-nil, zero value otherwise.
func (o *ProviderContainerDTO) GetServiceResourceTypeOk() (*string, bool)
GetServiceResourceTypeOk returns a tuple with the ServiceResourceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProviderContainerDTO) SetServiceResourceType(v string)
SetServiceResourceType sets ServiceResourceType field to given value.
func (o *ProviderContainerDTO) HasServiceResourceType() bool
HasServiceResourceType returns a boolean if a field has been set.
func (o *ProviderContainerDTO) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ProviderContainerDTO) 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 *ProviderContainerDTO) SetType(v string)
SetType sets Type field to given value.
func (o *ProviderContainerDTO) HasType() bool
HasType returns a boolean if a field has been set.