Show / Hide Table of Contents

Class AppsDynamiteStorageOpenLinkAppUriIntent

Android intent.

Inheritance
object
AppsDynamiteStorageOpenLinkAppUriIntent
Implements
IDirectResponseSchema
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 AppsDynamiteStorageOpenLinkAppUriIntent : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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<AppsDynamiteStorageOpenLinkAppUriIntentExtraData> ExtraData { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><AppsDynamiteStorageOpenLinkAppUriIntentExtraData>

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
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX