Class AppsDynamiteV1ApiCompatV1Field
A column of text in an attachment. Documentation: - https://api.slack.com/docs/message-attachments
Inheritance
System.Object
AppsDynamiteV1ApiCompatV1Field
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 AppsDynamiteV1ApiCompatV1Field : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Short__
Whether the field can be shown side-by-side with another field.
Declaration
[JsonProperty("short")]
public virtual bool? Short__ { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Title
The heading text, shown in bold.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Value
The text value of the field.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema