Class CreateManagedShortLinkResponse
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 CreateManagedShortLinkResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ManagedShortLink
Short Dynamic Link value. e.g. https://abcd.app.goo.gl/wxyz
Declaration
[JsonProperty("managedShortLink")]
public virtual ManagedShortLink ManagedShortLink { get; set; }
Property Value
Type | Description |
---|---|
ManagedShortLink |
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 |
Warning
Information about potential warnings on link creation.
Declaration
[JsonProperty("warning")]
public virtual IList<DynamicLinkWarning> Warning { get; set; }
Property Value
Type | Description |
---|---|
IList<DynamicLinkWarning> |