Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Value | Pointer to string | [optional] | |
InstanceId | Pointer to int32 | [optional] | |
InstanceGuid | Pointer to string | [optional] | |
Provider | Pointer to CSSCMSDataModelModelsProvider | [optional] | |
ProviderTypeParam | Pointer to CSSCMSDataModelModelsProviderTypeParam | [optional] |
func NewCSSCMSDataModelModelsPamProviderTypeParamValue() *CSSCMSDataModelModelsPamProviderTypeParamValue
NewCSSCMSDataModelModelsPamProviderTypeParamValue instantiates a new CSSCMSDataModelModelsPamProviderTypeParamValue 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 NewCSSCMSDataModelModelsPamProviderTypeParamValueWithDefaults() *CSSCMSDataModelModelsPamProviderTypeParamValue
NewCSSCMSDataModelModelsPamProviderTypeParamValueWithDefaults instantiates a new CSSCMSDataModelModelsPamProviderTypeParamValue 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 *CSSCMSDataModelModelsPamProviderTypeParamValue) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) 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 *CSSCMSDataModelModelsPamProviderTypeParamValue) SetId(v int32)
SetId sets Id field to given value.
func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) 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 *CSSCMSDataModelModelsPamProviderTypeParamValue) SetValue(v string)
SetValue sets Value field to given value.
func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) GetInstanceId() int32
GetInstanceId returns the InstanceId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) GetInstanceIdOk() (*int32, bool)
GetInstanceIdOk returns a tuple with the InstanceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) SetInstanceId(v int32)
SetInstanceId sets InstanceId field to given value.
func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) HasInstanceId() bool
HasInstanceId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) GetInstanceGuid() string
GetInstanceGuid returns the InstanceGuid field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) GetInstanceGuidOk() (*string, bool)
GetInstanceGuidOk returns a tuple with the InstanceGuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) SetInstanceGuid(v string)
SetInstanceGuid sets InstanceGuid field to given value.
func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) HasInstanceGuid() bool
HasInstanceGuid returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) GetProvider() CSSCMSDataModelModelsProvider
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) GetProviderOk() (*CSSCMSDataModelModelsProvider, bool)
GetProviderOk returns a tuple with the Provider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) SetProvider(v CSSCMSDataModelModelsProvider)
SetProvider sets Provider field to given value.
func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) HasProvider() bool
HasProvider returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) GetProviderTypeParam() CSSCMSDataModelModelsProviderTypeParam
GetProviderTypeParam returns the ProviderTypeParam field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) GetProviderTypeParamOk() (*CSSCMSDataModelModelsProviderTypeParam, bool)
GetProviderTypeParamOk returns a tuple with the ProviderTypeParam field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) SetProviderTypeParam(v CSSCMSDataModelModelsProviderTypeParam)
SetProviderTypeParam sets ProviderTypeParam field to given value.
func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) HasProviderTypeParam() bool
HasProviderTypeParam returns a boolean if a field has been set.