Show / Hide Table of Contents

Class CreateManagedShortLinkResponse

Response to create a short Dynamic Link.

Inheritance
object
CreateManagedShortLinkResponse
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX