Class AppsDynamiteSharedOpenLinkAppUriIntent
Android intent.
Inheritance
System.Object
AppsDynamiteSharedOpenLinkAppUriIntent
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 AppsDynamiteSharedOpenLinkAppUriIntent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ExtraData
A list of extra data for the android intent. For example, for a calendar event edit intent, the event title information can be passed as extra data.
Declaration
[JsonProperty("extraData")]
public virtual IList<AppsDynamiteSharedOpenLinkAppUriIntentExtraData> ExtraData { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<AppsDynamiteSharedOpenLinkAppUriIntentExtraData> |
IntentAction
An android intent action string for the {@link android.content.Intent} object. For example: for the view intent action type, a valid value will be android.content.Intent.ACTION_VIEW.
Declaration
[JsonProperty("intentAction")]
public virtual string IntentAction { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema