Name | Type | Description | Notes |
---|---|---|---|
Links | map[string]Link | The location and content type of related resources | |
Key | Pointer to string | The flag link key | [optional] |
IntegrationKey | Pointer to string | The integration key for an integration whose <code>manifest.json</code> includes the <code>flagLink</code> capability, if this is a flag link for an existing integration | [optional] |
Id | string | The ID of this flag link | |
DeepLink | string | The URL for the external resource the flag is linked to | |
Timestamp | TimestampRep | ||
Title | Pointer to string | The title of the flag link | [optional] |
Description | Pointer to string | The description of the flag link | [optional] |
Metadata | Pointer to map[string]string | The metadata required by this integration in order to create a flag link, if this is a flag link for an existing integration. Defined in the integration's <code>manifest.json</code> file under <code>flagLink</code>. | [optional] |
CreatedAt | int64 | ||
Member | Pointer to FlagLinkMember | [optional] |
func NewFlagLinkRep(links map[string]Link, id string, deepLink string, timestamp TimestampRep, createdAt int64, ) *FlagLinkRep
NewFlagLinkRep instantiates a new FlagLinkRep 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 NewFlagLinkRepWithDefaults() *FlagLinkRep
NewFlagLinkRepWithDefaults instantiates a new FlagLinkRep 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 *FlagLinkRep) GetLinks() map[string]Link
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *FlagLinkRep) 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 *FlagLinkRep) SetLinks(v map[string]Link)
SetLinks sets Links field to given value.
func (o *FlagLinkRep) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *FlagLinkRep) 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 *FlagLinkRep) SetKey(v string)
SetKey sets Key field to given value.
func (o *FlagLinkRep) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *FlagLinkRep) GetIntegrationKey() string
GetIntegrationKey returns the IntegrationKey field if non-nil, zero value otherwise.
func (o *FlagLinkRep) GetIntegrationKeyOk() (*string, bool)
GetIntegrationKeyOk returns a tuple with the IntegrationKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlagLinkRep) SetIntegrationKey(v string)
SetIntegrationKey sets IntegrationKey field to given value.
func (o *FlagLinkRep) HasIntegrationKey() bool
HasIntegrationKey returns a boolean if a field has been set.
func (o *FlagLinkRep) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *FlagLinkRep) 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 *FlagLinkRep) SetId(v string)
SetId sets Id field to given value.
func (o *FlagLinkRep) GetDeepLink() string
GetDeepLink returns the DeepLink field if non-nil, zero value otherwise.
func (o *FlagLinkRep) GetDeepLinkOk() (*string, bool)
GetDeepLinkOk returns a tuple with the DeepLink field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlagLinkRep) SetDeepLink(v string)
SetDeepLink sets DeepLink field to given value.
func (o *FlagLinkRep) GetTimestamp() TimestampRep
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *FlagLinkRep) GetTimestampOk() (*TimestampRep, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlagLinkRep) SetTimestamp(v TimestampRep)
SetTimestamp sets Timestamp field to given value.
func (o *FlagLinkRep) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *FlagLinkRep) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlagLinkRep) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *FlagLinkRep) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *FlagLinkRep) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *FlagLinkRep) 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 *FlagLinkRep) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *FlagLinkRep) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *FlagLinkRep) GetMetadata() map[string]string
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *FlagLinkRep) GetMetadataOk() (*map[string]string, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlagLinkRep) SetMetadata(v map[string]string)
SetMetadata sets Metadata field to given value.
func (o *FlagLinkRep) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *FlagLinkRep) GetCreatedAt() int64
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *FlagLinkRep) GetCreatedAtOk() (*int64, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlagLinkRep) SetCreatedAt(v int64)
SetCreatedAt sets CreatedAt field to given value.
func (o *FlagLinkRep) GetMember() FlagLinkMember
GetMember returns the Member field if non-nil, zero value otherwise.
func (o *FlagLinkRep) GetMemberOk() (*FlagLinkMember, bool)
GetMemberOk returns a tuple with the Member field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlagLinkRep) SetMember(v FlagLinkMember)
SetMember sets Member field to given value.
func (o *FlagLinkRep) HasMember() bool
HasMember returns a boolean if a field has been set.