Class ManagedShortLink
Managed Short Link.
Implements
Inherited Members
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 |