Name | Type | Description | Notes |
---|---|---|---|
Embedded | Pointer to ConfigModelHaljsonEmbedded | [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] | |
Links | Pointer to ConfigModelHaljsonLinks | [optional] |
func NewConfigModelHaljson() *ConfigModelHaljson
NewConfigModelHaljson instantiates a new ConfigModelHaljson 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 NewConfigModelHaljsonWithDefaults() *ConfigModelHaljson
NewConfigModelHaljsonWithDefaults instantiates a new ConfigModelHaljson 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 *ConfigModelHaljson) GetEmbedded() ConfigModelHaljsonEmbedded
GetEmbedded returns the Embedded field if non-nil, zero value otherwise.
func (o *ConfigModelHaljson) GetEmbeddedOk() (*ConfigModelHaljsonEmbedded, bool)
GetEmbeddedOk returns a tuple with the Embedded field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigModelHaljson) SetEmbedded(v ConfigModelHaljsonEmbedded)
SetEmbedded sets Embedded field to given value.
func (o *ConfigModelHaljson) HasEmbedded() bool
HasEmbedded returns a boolean if a field has been set.
func (o *ConfigModelHaljson) GetConfigId() string
GetConfigId returns the ConfigId field if non-nil, zero value otherwise.
func (o *ConfigModelHaljson) 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 *ConfigModelHaljson) SetConfigId(v string)
SetConfigId sets ConfigId field to given value.
func (o *ConfigModelHaljson) HasConfigId() bool
HasConfigId returns a boolean if a field has been set.
func (o *ConfigModelHaljson) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ConfigModelHaljson) 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 *ConfigModelHaljson) SetName(v string)
SetName sets Name field to given value.
func (o *ConfigModelHaljson) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ConfigModelHaljson) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *ConfigModelHaljson) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *ConfigModelHaljson) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ConfigModelHaljson) 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 *ConfigModelHaljson) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ConfigModelHaljson) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ConfigModelHaljson) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *ConfigModelHaljson) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *ConfigModelHaljson) GetOrder() int32
GetOrder returns the Order field if non-nil, zero value otherwise.
func (o *ConfigModelHaljson) 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 *ConfigModelHaljson) SetOrder(v int32)
SetOrder sets Order field to given value.
func (o *ConfigModelHaljson) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (o *ConfigModelHaljson) GetMigratedConfigId() string
GetMigratedConfigId returns the MigratedConfigId field if non-nil, zero value otherwise.
func (o *ConfigModelHaljson) 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 *ConfigModelHaljson) SetMigratedConfigId(v string)
SetMigratedConfigId sets MigratedConfigId field to given value.
func (o *ConfigModelHaljson) HasMigratedConfigId() bool
HasMigratedConfigId returns a boolean if a field has been set.
func (o *ConfigModelHaljson) SetMigratedConfigIdNil(b bool)
SetMigratedConfigIdNil sets the value for MigratedConfigId to be an explicit nil
func (o *ConfigModelHaljson) UnsetMigratedConfigId()
UnsetMigratedConfigId ensures that no value is present for MigratedConfigId, not even an explicit nil
func (o *ConfigModelHaljson) GetEvaluationVersion() EvaluationVersion
GetEvaluationVersion returns the EvaluationVersion field if non-nil, zero value otherwise.
func (o *ConfigModelHaljson) 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 *ConfigModelHaljson) SetEvaluationVersion(v EvaluationVersion)
SetEvaluationVersion sets EvaluationVersion field to given value.
func (o *ConfigModelHaljson) HasEvaluationVersion() bool
HasEvaluationVersion returns a boolean if a field has been set.
func (o *ConfigModelHaljson) GetLinks() ConfigModelHaljsonLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *ConfigModelHaljson) GetLinksOk() (*ConfigModelHaljsonLinks, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigModelHaljson) SetLinks(v ConfigModelHaljsonLinks)
SetLinks sets Links field to given value.
func (o *ConfigModelHaljson) HasLinks() bool
HasLinks returns a boolean if a field has been set.