Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.36 KB

FlagReferenceRep.md

File metadata and controls

114 lines (61 loc) · 3.36 KB

FlagReferenceRep

Properties

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

Methods

NewFlagReferenceRep

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

NewFlagReferenceRepWithDefaults

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

GetProjectKey

func (o *FlagReferenceRep) GetProjectKey() string

GetProjectKey returns the ProjectKey field if non-nil, zero value otherwise.

GetProjectKeyOk

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.

SetProjectKey

func (o *FlagReferenceRep) SetProjectKey(v string)

SetProjectKey sets ProjectKey field to given value.

GetFlagKey

func (o *FlagReferenceRep) GetFlagKey() string

GetFlagKey returns the FlagKey field if non-nil, zero value otherwise.

GetFlagKeyOk

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.

SetFlagKey

func (o *FlagReferenceRep) SetFlagKey(v string)

SetFlagKey sets FlagKey field to given value.

GetReferencesAdded

func (o *FlagReferenceRep) GetReferencesAdded() int32

GetReferencesAdded returns the ReferencesAdded field if non-nil, zero value otherwise.

GetReferencesAddedOk

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.

SetReferencesAdded

func (o *FlagReferenceRep) SetReferencesAdded(v int32)

SetReferencesAdded sets ReferencesAdded field to given value.

GetReferencesRemoved

func (o *FlagReferenceRep) GetReferencesRemoved() int32

GetReferencesRemoved returns the ReferencesRemoved field if non-nil, zero value otherwise.

GetReferencesRemovedOk

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.

SetReferencesRemoved

func (o *FlagReferenceRep) SetReferencesRemoved(v int32)

SetReferencesRemoved sets ReferencesRemoved field to given value.

[Back to Model list] [Back to API list] [Back to README]