| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | A human-friendly name for the feature flag | |
| Kind | string | Kind of feature flag | |
| Description | Pointer to string | Description of the feature flag | [optional] |
| Key | string | A unique key used to reference the flag in your code | |
| Version | int32 | Version of the feature flag | |
| CreationDate | int64 | ||
| IncludeInSnippet | Pointer to bool | Deprecated, use <code>clientSideAvailability</code>. Whether this flag should be made available to the client-side JavaScript SDK | [optional] |
| ClientSideAvailability | Pointer to ClientSideAvailability | [optional] | |
| Variations | []Variation | An array of possible variations for the flag | |
| Temporary | bool | Whether the flag is a temporary flag | |
| Tags | []string | Tags for the feature flag | |
| Links | map[string]Link | The location and content type of related resources | |
| MaintainerId | Pointer to string | The ID of the member who maintains the flag | [optional] |
| Maintainer | Pointer to MemberSummary | [optional] | |
| CustomProperties | map[string]CustomProperty | ||
| Archived | bool | Boolean indicating if the feature flag is archived | |
| ArchivedDate | Pointer to int64 | [optional] | |
| Defaults | Pointer to Defaults | [optional] |
func NewExpandedFlagRep(name string, kind string, key string, version int32, creationDate int64, variations []Variation, temporary bool, tags []string, links map[string]Link, customProperties map[string]CustomProperty, archived bool, ) *ExpandedFlagRep
NewExpandedFlagRep instantiates a new ExpandedFlagRep 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 NewExpandedFlagRepWithDefaults() *ExpandedFlagRep
NewExpandedFlagRepWithDefaults instantiates a new ExpandedFlagRep 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 *ExpandedFlagRep) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ExpandedFlagRep) 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 *ExpandedFlagRep) SetName(v string)
SetName sets Name field to given value.
func (o *ExpandedFlagRep) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *ExpandedFlagRep) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExpandedFlagRep) SetKind(v string)
SetKind sets Kind field to given value.
func (o *ExpandedFlagRep) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ExpandedFlagRep) 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 *ExpandedFlagRep) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ExpandedFlagRep) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ExpandedFlagRep) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *ExpandedFlagRep) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExpandedFlagRep) SetKey(v string)
SetKey sets Key field to given value.
func (o *ExpandedFlagRep) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ExpandedFlagRep) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExpandedFlagRep) SetVersion(v int32)
SetVersion sets Version field to given value.
func (o *ExpandedFlagRep) GetCreationDate() int64
GetCreationDate returns the CreationDate field if non-nil, zero value otherwise.
func (o *ExpandedFlagRep) GetCreationDateOk() (*int64, bool)
GetCreationDateOk returns a tuple with the CreationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExpandedFlagRep) SetCreationDate(v int64)
SetCreationDate sets CreationDate field to given value.
func (o *ExpandedFlagRep) GetIncludeInSnippet() bool
GetIncludeInSnippet returns the IncludeInSnippet field if non-nil, zero value otherwise.
func (o *ExpandedFlagRep) GetIncludeInSnippetOk() (*bool, bool)
GetIncludeInSnippetOk returns a tuple with the IncludeInSnippet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExpandedFlagRep) SetIncludeInSnippet(v bool)
SetIncludeInSnippet sets IncludeInSnippet field to given value.
func (o *ExpandedFlagRep) HasIncludeInSnippet() bool
HasIncludeInSnippet returns a boolean if a field has been set.
func (o *ExpandedFlagRep) GetClientSideAvailability() ClientSideAvailability
GetClientSideAvailability returns the ClientSideAvailability field if non-nil, zero value otherwise.
func (o *ExpandedFlagRep) GetClientSideAvailabilityOk() (*ClientSideAvailability, bool)
GetClientSideAvailabilityOk returns a tuple with the ClientSideAvailability field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExpandedFlagRep) SetClientSideAvailability(v ClientSideAvailability)
SetClientSideAvailability sets ClientSideAvailability field to given value.
func (o *ExpandedFlagRep) HasClientSideAvailability() bool
HasClientSideAvailability returns a boolean if a field has been set.
func (o *ExpandedFlagRep) GetVariations() []Variation
GetVariations returns the Variations field if non-nil, zero value otherwise.
func (o *ExpandedFlagRep) GetVariationsOk() (*[]Variation, bool)
GetVariationsOk returns a tuple with the Variations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExpandedFlagRep) SetVariations(v []Variation)
SetVariations sets Variations field to given value.
func (o *ExpandedFlagRep) GetTemporary() bool
GetTemporary returns the Temporary field if non-nil, zero value otherwise.
func (o *ExpandedFlagRep) GetTemporaryOk() (*bool, bool)
GetTemporaryOk returns a tuple with the Temporary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExpandedFlagRep) SetTemporary(v bool)
SetTemporary sets Temporary field to given value.
func (o *ExpandedFlagRep) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *ExpandedFlagRep) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExpandedFlagRep) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *ExpandedFlagRep) GetLinks() map[string]Link
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *ExpandedFlagRep) GetLinksOk() (*map[string]Link, 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 *ExpandedFlagRep) SetLinks(v map[string]Link)
SetLinks sets Links field to given value.
func (o *ExpandedFlagRep) GetMaintainerId() string
GetMaintainerId returns the MaintainerId field if non-nil, zero value otherwise.
func (o *ExpandedFlagRep) GetMaintainerIdOk() (*string, bool)
GetMaintainerIdOk returns a tuple with the MaintainerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExpandedFlagRep) SetMaintainerId(v string)
SetMaintainerId sets MaintainerId field to given value.
func (o *ExpandedFlagRep) HasMaintainerId() bool
HasMaintainerId returns a boolean if a field has been set.
func (o *ExpandedFlagRep) GetMaintainer() MemberSummary
GetMaintainer returns the Maintainer field if non-nil, zero value otherwise.
func (o *ExpandedFlagRep) GetMaintainerOk() (*MemberSummary, bool)
GetMaintainerOk returns a tuple with the Maintainer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExpandedFlagRep) SetMaintainer(v MemberSummary)
SetMaintainer sets Maintainer field to given value.
func (o *ExpandedFlagRep) HasMaintainer() bool
HasMaintainer returns a boolean if a field has been set.
func (o *ExpandedFlagRep) GetCustomProperties() map[string]CustomProperty
GetCustomProperties returns the CustomProperties field if non-nil, zero value otherwise.
func (o *ExpandedFlagRep) GetCustomPropertiesOk() (*map[string]CustomProperty, bool)
GetCustomPropertiesOk returns a tuple with the CustomProperties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExpandedFlagRep) SetCustomProperties(v map[string]CustomProperty)
SetCustomProperties sets CustomProperties field to given value.
func (o *ExpandedFlagRep) GetArchived() bool
GetArchived returns the Archived field if non-nil, zero value otherwise.
func (o *ExpandedFlagRep) GetArchivedOk() (*bool, bool)
GetArchivedOk returns a tuple with the Archived field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExpandedFlagRep) SetArchived(v bool)
SetArchived sets Archived field to given value.
func (o *ExpandedFlagRep) GetArchivedDate() int64
GetArchivedDate returns the ArchivedDate field if non-nil, zero value otherwise.
func (o *ExpandedFlagRep) GetArchivedDateOk() (*int64, bool)
GetArchivedDateOk returns a tuple with the ArchivedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExpandedFlagRep) SetArchivedDate(v int64)
SetArchivedDate sets ArchivedDate field to given value.
func (o *ExpandedFlagRep) HasArchivedDate() bool
HasArchivedDate returns a boolean if a field has been set.
func (o *ExpandedFlagRep) GetDefaults() Defaults
GetDefaults returns the Defaults field if non-nil, zero value otherwise.
func (o *ExpandedFlagRep) GetDefaultsOk() (*Defaults, bool)
GetDefaultsOk returns a tuple with the Defaults field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExpandedFlagRep) SetDefaults(v Defaults)
SetDefaults sets Defaults field to given value.
func (o *ExpandedFlagRep) HasDefaults() bool
HasDefaults returns a boolean if a field has been set.