Class CreateShortDynamicLinkResponse
Response to create a short Dynamic Link.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseDynamicLinks.v1.Data
Assembly: Google.Apis.FirebaseDynamicLinks.v1.dll
Syntax
public class CreateShortDynamicLinkResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PreviewLink
Preview link to show the link flow chart. (debug info.)
Declaration
[JsonProperty("previewLink")]
public virtual string PreviewLink { get; set; }
Property Value
Type | Description |
---|---|
string |
ShortLink
Short Dynamic Link value. e.g. https://abcd.app.goo.gl/wxyz
Declaration
[JsonProperty("shortLink")]
public virtual string ShortLink { get; set; }
Property Value
Type | Description |
---|---|
string |
Warning
Information about potential warnings on link creation.
Declaration
[JsonProperty("warning")]
public virtual IList<DynamicLinkWarning> Warning { get; set; }
Property Value
Type | Description |
---|---|
IList<DynamicLinkWarning> |