Show / Hide Table of Contents

Class ManagedShortLink

Managed Short Link.

Inheritance
object
ManagedShortLink
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 ManagedShortLink : IDirectResponseSchema

Properties

CreationTime

object representation of CreationTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreationTimeDateTimeOffset instead.")]
public virtual object CreationTime { get; set; }
Property Value
Type Description
object

CreationTimeDateTimeOffset

DateTimeOffset representation of CreationTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreationTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreationTimeRaw

Creation timestamp of the short link.

Declaration
[JsonProperty("creationTime")]
public virtual string CreationTimeRaw { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FlaggedAttribute

Attributes that have been flagged about this short url.

Declaration
[JsonProperty("flaggedAttribute")]
public virtual IList<string> FlaggedAttribute { get; set; }
Property Value
Type Description
IList<string>

Info

Full Dyamic Link info

Declaration
[JsonProperty("info")]
public virtual DynamicLinkInfo Info { get; set; }
Property Value
Type Description
DynamicLinkInfo

Link

Short durable link url, for example, "https://sample.app.goo.gl/xyz123". Required.

Declaration
[JsonProperty("link")]
public virtual string Link { get; set; }
Property Value
Type Description
string

LinkName

Link name defined by the creator. Required.

Declaration
[JsonProperty("linkName")]
public virtual string LinkName { get; set; }
Property Value
Type Description
string

Visibility

Visibility status of link.

Declaration
[JsonProperty("visibility")]
public virtual string Visibility { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX