Class AppsDynamiteSharedOpenLinkAppUri
Represents the platform specific uri/intent to open for each client.
Inheritance
System.Object
AppsDynamiteSharedOpenLinkAppUri
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AppsDynamiteSharedOpenLinkAppUri : IDirectResponseSchema
Properties
AndroidIntent
An intent object to be opened in the corresponding android hosting app.
Declaration
[JsonProperty("androidIntent")]
public virtual AppsDynamiteSharedOpenLinkAppUriIntent AndroidIntent { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedOpenLinkAppUriIntent |
CompanionUri
A companion uri string to be opened in the chat companion window. on the web.
Declaration
[JsonProperty("companionUri")]
public virtual string CompanionUri { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IosUri
A uri string to be opened in the corresponding iOS hosting app.
Declaration
[JsonProperty("iosUri")]
public virtual string IosUri { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema