| Name | Type | Description | Notes |
|---|---|---|---|
| FlagKey | Pointer to string | The flag key | [optional] |
| Followers | Pointer to []FollowFlagMember | A list of members who are following this flag | [optional] |
func NewFollowersPerFlag() *FollowersPerFlag
NewFollowersPerFlag instantiates a new FollowersPerFlag 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 NewFollowersPerFlagWithDefaults() *FollowersPerFlag
NewFollowersPerFlagWithDefaults instantiates a new FollowersPerFlag 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 *FollowersPerFlag) GetFlagKey() string
GetFlagKey returns the FlagKey field if non-nil, zero value otherwise.
func (o *FollowersPerFlag) 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 *FollowersPerFlag) SetFlagKey(v string)
SetFlagKey sets FlagKey field to given value.
func (o *FollowersPerFlag) HasFlagKey() bool
HasFlagKey returns a boolean if a field has been set.
func (o *FollowersPerFlag) GetFollowers() []FollowFlagMember
GetFollowers returns the Followers field if non-nil, zero value otherwise.
func (o *FollowersPerFlag) GetFollowersOk() (*[]FollowFlagMember, bool)
GetFollowersOk returns a tuple with the Followers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FollowersPerFlag) SetFollowers(v []FollowFlagMember)
SetFollowers sets Followers field to given value.
func (o *FollowersPerFlag) HasFollowers() bool
HasFollowers returns a boolean if a field has been set.