Show / Hide Table of Contents

Class CreateShortDynamicLinkResponse

Response to create a short Dynamic Link.

Inheritance
object
CreateShortDynamicLinkResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX