Class AppsDynamiteV1ApiCompatV1ActionConfirm
Confirmation dialog config.
Inheritance
System.Object
AppsDynamiteV1ApiCompatV1ActionConfirm
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 AppsDynamiteV1ApiCompatV1ActionConfirm : IDirectResponseSchema
Properties
DismissText
"Cancel" button label.
Declaration
[JsonProperty("dismiss_text")]
public virtual string DismissText { 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 |
OkText
"OK" button label.
Declaration
[JsonProperty("ok_text")]
public virtual string OkText { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Text
Confirmation dialog body text.
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Title
Confirmation dialog title.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema