Name | Type | Description | Notes |
---|---|---|---|
ProjectKey | string | The project key | |
FlagKey | string | The flag key | |
ReferencesAdded | int32 | The number of references added | |
ReferencesRemoved | int32 | The number of references removed |
func NewFlagReferenceRep(projectKey string, flagKey string, referencesAdded int32, referencesRemoved int32, ) *FlagReferenceRep
NewFlagReferenceRep instantiates a new FlagReferenceRep 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 NewFlagReferenceRepWithDefaults() *FlagReferenceRep
NewFlagReferenceRepWithDefaults instantiates a new FlagReferenceRep 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 *FlagReferenceRep) GetProjectKey() string
GetProjectKey returns the ProjectKey field if non-nil, zero value otherwise.
func (o *FlagReferenceRep) GetProjectKeyOk() (*string, bool)
GetProjectKeyOk returns a tuple with the ProjectKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlagReferenceRep) SetProjectKey(v string)
SetProjectKey sets ProjectKey field to given value.
func (o *FlagReferenceRep) GetFlagKey() string
GetFlagKey returns the FlagKey field if non-nil, zero value otherwise.
func (o *FlagReferenceRep) GetFlagKeyOk() (*string, bool)
GetFlagKeyOk returns a tuple with the FlagKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlagReferenceRep) SetFlagKey(v string)
SetFlagKey sets FlagKey field to given value.
func (o *FlagReferenceRep) GetReferencesAdded() int32
GetReferencesAdded returns the ReferencesAdded field if non-nil, zero value otherwise.
func (o *FlagReferenceRep) GetReferencesAddedOk() (*int32, bool)
GetReferencesAddedOk returns a tuple with the ReferencesAdded field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlagReferenceRep) SetReferencesAdded(v int32)
SetReferencesAdded sets ReferencesAdded field to given value.
func (o *FlagReferenceRep) GetReferencesRemoved() int32
GetReferencesRemoved returns the ReferencesRemoved field if non-nil, zero value otherwise.
func (o *FlagReferenceRep) GetReferencesRemovedOk() (*int32, bool)
GetReferencesRemovedOk returns a tuple with the ReferencesRemoved field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlagReferenceRep) SetReferencesRemoved(v int32)
SetReferencesRemoved sets ReferencesRemoved field to given value.