Class CreateShortDynamicLinkRequest
Request to create a short Dynamic Link.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseDynamicLinks.v1.Data
Assembly: Google.Apis.FirebaseDynamicLinks.v1.dll
Syntax
public class CreateShortDynamicLinkRequest : 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 |
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 |