| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Name | Pointer to NullableString | [optional] | |
| ProviderType | Pointer to CSSCMSDataModelModelsProviderType | [optional] | |
| ProviderTypeParamValues | Pointer to []PAMPamProviderTypeParamValueResponse | [optional] | |
| Remote | Pointer to bool | [optional] |
func NewPAMProviderResponse() *PAMProviderResponse
NewPAMProviderResponse instantiates a new PAMProviderResponse 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 NewPAMProviderResponseWithDefaults() *PAMProviderResponse
NewPAMProviderResponseWithDefaults instantiates a new PAMProviderResponse 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 *PAMProviderResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *PAMProviderResponse) GetIdOk() (*int32, 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 *PAMProviderResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *PAMProviderResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *PAMProviderResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PAMProviderResponse) 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 *PAMProviderResponse) SetName(v string)
SetName sets Name field to given value.
func (o *PAMProviderResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PAMProviderResponse) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *PAMProviderResponse) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *PAMProviderResponse) GetProviderType() CSSCMSDataModelModelsProviderType
GetProviderType returns the ProviderType field if non-nil, zero value otherwise.
func (o *PAMProviderResponse) GetProviderTypeOk() (*CSSCMSDataModelModelsProviderType, bool)
GetProviderTypeOk returns a tuple with the ProviderType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PAMProviderResponse) SetProviderType(v CSSCMSDataModelModelsProviderType)
SetProviderType sets ProviderType field to given value.
func (o *PAMProviderResponse) HasProviderType() bool
HasProviderType returns a boolean if a field has been set.
func (o *PAMProviderResponse) GetProviderTypeParamValues() []PAMPamProviderTypeParamValueResponse
GetProviderTypeParamValues returns the ProviderTypeParamValues field if non-nil, zero value otherwise.
func (o *PAMProviderResponse) GetProviderTypeParamValuesOk() (*[]PAMPamProviderTypeParamValueResponse, bool)
GetProviderTypeParamValuesOk returns a tuple with the ProviderTypeParamValues field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PAMProviderResponse) SetProviderTypeParamValues(v []PAMPamProviderTypeParamValueResponse)
SetProviderTypeParamValues sets ProviderTypeParamValues field to given value.
func (o *PAMProviderResponse) HasProviderTypeParamValues() bool
HasProviderTypeParamValues returns a boolean if a field has been set.
func (o *PAMProviderResponse) SetProviderTypeParamValuesNil(b bool)
SetProviderTypeParamValuesNil sets the value for ProviderTypeParamValues to be an explicit nil
func (o *PAMProviderResponse) UnsetProviderTypeParamValues()
UnsetProviderTypeParamValues ensures that no value is present for ProviderTypeParamValues, not even an explicit nil
func (o *PAMProviderResponse) GetRemote() bool
GetRemote returns the Remote field if non-nil, zero value otherwise.
func (o *PAMProviderResponse) GetRemoteOk() (*bool, bool)
GetRemoteOk returns a tuple with the Remote field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PAMProviderResponse) SetRemote(v bool)
SetRemote sets Remote field to given value.
func (o *PAMProviderResponse) HasRemote() bool
HasRemote returns a boolean if a field has been set.