Name | Type | Description | Notes |
---|---|---|---|
Product | Pointer to ProductModel | [optional] | |
ConfigId | Pointer to string | Identifier of the Config. | [optional] |
Name | Pointer to NullableString | Name of the Config. | [optional] |
Description | Pointer to NullableString | Description of the Config. | [optional] |
Order | Pointer to int32 | The order of the Config represented on the ConfigCat Dashboard. | [optional] |
MigratedConfigId | Pointer to NullableString | [optional] | |
EvaluationVersion | Pointer to EvaluationVersion | [optional] |
func NewConfigModel() *ConfigModel
NewConfigModel instantiates a new ConfigModel 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 NewConfigModelWithDefaults() *ConfigModel
NewConfigModelWithDefaults instantiates a new ConfigModel 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 *ConfigModel) GetProduct() ProductModel
GetProduct returns the Product field if non-nil, zero value otherwise.
func (o *ConfigModel) GetProductOk() (*ProductModel, bool)
GetProductOk returns a tuple with the Product field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigModel) SetProduct(v ProductModel)
SetProduct sets Product field to given value.
func (o *ConfigModel) HasProduct() bool
HasProduct returns a boolean if a field has been set.
func (o *ConfigModel) GetConfigId() string
GetConfigId returns the ConfigId field if non-nil, zero value otherwise.
func (o *ConfigModel) GetConfigIdOk() (*string, bool)
GetConfigIdOk returns a tuple with the ConfigId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigModel) SetConfigId(v string)
SetConfigId sets ConfigId field to given value.
func (o *ConfigModel) HasConfigId() bool
HasConfigId returns a boolean if a field has been set.
func (o *ConfigModel) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ConfigModel) 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 *ConfigModel) SetName(v string)
SetName sets Name field to given value.
func (o *ConfigModel) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ConfigModel) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *ConfigModel) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *ConfigModel) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ConfigModel) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigModel) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ConfigModel) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ConfigModel) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *ConfigModel) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *ConfigModel) GetOrder() int32
GetOrder returns the Order field if non-nil, zero value otherwise.
func (o *ConfigModel) GetOrderOk() (*int32, bool)
GetOrderOk returns a tuple with the Order field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigModel) SetOrder(v int32)
SetOrder sets Order field to given value.
func (o *ConfigModel) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (o *ConfigModel) GetMigratedConfigId() string
GetMigratedConfigId returns the MigratedConfigId field if non-nil, zero value otherwise.
func (o *ConfigModel) GetMigratedConfigIdOk() (*string, bool)
GetMigratedConfigIdOk returns a tuple with the MigratedConfigId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigModel) SetMigratedConfigId(v string)
SetMigratedConfigId sets MigratedConfigId field to given value.
func (o *ConfigModel) HasMigratedConfigId() bool
HasMigratedConfigId returns a boolean if a field has been set.
func (o *ConfigModel) SetMigratedConfigIdNil(b bool)
SetMigratedConfigIdNil sets the value for MigratedConfigId to be an explicit nil
func (o *ConfigModel) UnsetMigratedConfigId()
UnsetMigratedConfigId ensures that no value is present for MigratedConfigId, not even an explicit nil
func (o *ConfigModel) GetEvaluationVersion() EvaluationVersion
GetEvaluationVersion returns the EvaluationVersion field if non-nil, zero value otherwise.
func (o *ConfigModel) GetEvaluationVersionOk() (*EvaluationVersion, bool)
GetEvaluationVersionOk returns a tuple with the EvaluationVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigModel) SetEvaluationVersion(v EvaluationVersion)
SetEvaluationVersion sets EvaluationVersion field to given value.
func (o *ConfigModel) HasEvaluationVersion() bool
HasEvaluationVersion returns a boolean if a field has been set.