Class AppsDynamiteStorageOpenLinkAppUri
Represents the platform specific uri/intent to open for each client.
Inheritance
object
AppsDynamiteStorageOpenLinkAppUri
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AppsDynamiteStorageOpenLinkAppUri : IDirectResponseSchema
Properties
AndroidIntent
An intent object to be opened in the corresponding android hosting app.
Declaration
[JsonProperty("androidIntent")]
public virtual AppsDynamiteStorageOpenLinkAppUriIntent AndroidIntent { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteStorageOpenLinkAppUriIntent |
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 |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| 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 |
|---|---|
| string |