Class CreateManagedShortLinkRequest
Request to create a managed Short Dynamic Link.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseDynamicLinks.v1.Data
Assembly: Google.Apis.FirebaseDynamicLinks.v1.dll
Syntax
public class CreateManagedShortLinkRequest : IDirectResponseSchema
Properties
DynamicLinkInfo
Information about the Dynamic Link to be shortened. Learn more.
Declaration
[JsonProperty("dynamicLinkInfo")]
public virtual DynamicLinkInfo DynamicLinkInfo { get; set; }
Property Value
Type | Description |
---|---|
DynamicLinkInfo |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LongDynamicLink
Full long Dynamic Link URL with desired query parameters specified. For example, "https://sample.app.goo.gl/?link=http://www.google.com&apn=com.sample", Learn more.
Declaration
[JsonProperty("longDynamicLink")]
public virtual string LongDynamicLink { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Link name to associate with the link. It's used for marketer to identify manually-created links in the Firebase console (https://console.firebase.google.com/). Links must be named to be tracked.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SdkVersion
Google SDK version. Version takes the form "$major.$minor.$patch"
Declaration
[JsonProperty("sdkVersion")]
public virtual string SdkVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
Suffix
Short Dynamic Link suffix. Optional.
Declaration
[JsonProperty("suffix")]
public virtual Suffix Suffix { get; set; }
Property Value
Type | Description |
---|---|
Suffix |