Name | Type | Description | Notes |
---|---|---|---|
Links | map[string]Link | ||
Id | string | ||
FirstName | Pointer to string | [optional] | |
LastName | Pointer to string | [optional] |
func NewFlagLinkMember(links map[string]Link, id string, ) *FlagLinkMember
NewFlagLinkMember instantiates a new FlagLinkMember 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 NewFlagLinkMemberWithDefaults() *FlagLinkMember
NewFlagLinkMemberWithDefaults instantiates a new FlagLinkMember 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 *FlagLinkMember) GetLinks() map[string]Link
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *FlagLinkMember) 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 *FlagLinkMember) SetLinks(v map[string]Link)
SetLinks sets Links field to given value.
func (o *FlagLinkMember) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *FlagLinkMember) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlagLinkMember) SetId(v string)
SetId sets Id field to given value.
func (o *FlagLinkMember) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *FlagLinkMember) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlagLinkMember) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *FlagLinkMember) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (o *FlagLinkMember) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *FlagLinkMember) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlagLinkMember) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *FlagLinkMember) HasLastName() bool
HasLastName returns a boolean if a field has been set.