Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Name | Pointer to string | [optional] | |
DisplayName | Pointer to string | [optional] | |
DataType | Pointer to int32 | [optional] | |
InstanceLevel | Pointer to bool | [optional] | |
ProviderType | Pointer to CSSCMSDataModelModelsProviderType | [optional] |
func NewCSSCMSDataModelModelsProviderTypeParam() *CSSCMSDataModelModelsProviderTypeParam
NewCSSCMSDataModelModelsProviderTypeParam instantiates a new CSSCMSDataModelModelsProviderTypeParam 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 NewCSSCMSDataModelModelsProviderTypeParamWithDefaults() *CSSCMSDataModelModelsProviderTypeParam
NewCSSCMSDataModelModelsProviderTypeParamWithDefaults instantiates a new CSSCMSDataModelModelsProviderTypeParam 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 *CSSCMSDataModelModelsProviderTypeParam) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsProviderTypeParam) 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 *CSSCMSDataModelModelsProviderTypeParam) SetId(v int32)
SetId sets Id field to given value.
func (o *CSSCMSDataModelModelsProviderTypeParam) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsProviderTypeParam) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsProviderTypeParam) 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 *CSSCMSDataModelModelsProviderTypeParam) SetName(v string)
SetName sets Name field to given value.
func (o *CSSCMSDataModelModelsProviderTypeParam) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsProviderTypeParam) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsProviderTypeParam) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsProviderTypeParam) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *CSSCMSDataModelModelsProviderTypeParam) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsProviderTypeParam) GetDataType() int32
GetDataType returns the DataType field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsProviderTypeParam) GetDataTypeOk() (*int32, bool)
GetDataTypeOk returns a tuple with the DataType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsProviderTypeParam) SetDataType(v int32)
SetDataType sets DataType field to given value.
func (o *CSSCMSDataModelModelsProviderTypeParam) HasDataType() bool
HasDataType returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsProviderTypeParam) GetInstanceLevel() bool
GetInstanceLevel returns the InstanceLevel field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsProviderTypeParam) GetInstanceLevelOk() (*bool, bool)
GetInstanceLevelOk returns a tuple with the InstanceLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsProviderTypeParam) SetInstanceLevel(v bool)
SetInstanceLevel sets InstanceLevel field to given value.
func (o *CSSCMSDataModelModelsProviderTypeParam) HasInstanceLevel() bool
HasInstanceLevel returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsProviderTypeParam) GetProviderType() CSSCMSDataModelModelsProviderType
GetProviderType returns the ProviderType field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsProviderTypeParam) 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 *CSSCMSDataModelModelsProviderTypeParam) SetProviderType(v CSSCMSDataModelModelsProviderType)
SetProviderType sets ProviderType field to given value.
func (o *CSSCMSDataModelModelsProviderTypeParam) HasProviderType() bool
HasProviderType returns a boolean if a field has been set.