Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.43 KB

FlagLinkRep.md

File metadata and controls

19 lines (16 loc) · 1.43 KB

# FlagLinkRep

Properties

Name Type Description Notes
_links array<string,\LaunchDarklyApi\Model\Link> The location and content type of related resources
_key string The flag link key [optional]
_integration_key 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
_deep_link string The URL for the external resource the flag is linked to
_timestamp \LaunchDarklyApi\Model\TimestampRep
title string The title of the flag link [optional]
description string The description of the flag link [optional]
_metadata array<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]
_created_at int
_member \LaunchDarklyApi\Model\FlagLinkMember [optional]

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