Class Attachment
Attachments that follow the message text.
Inheritance
object
Attachment
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 Attachment : IDirectResponseSchema
Properties
AddOnData
Revised version of Gmail AddOn attachment approved by API design review.
Declaration
[JsonProperty("addOnData")]
public virtual GoogleChatV1ContextualAddOnMarkup AddOnData { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleChatV1ContextualAddOnMarkup |
AppId
The userId for the bot/app that created this data, to be used for attribution of attachments when the attachment was not created by the message sender.
Declaration
[JsonProperty("appId")]
public virtual UserId AppId { get; set; }
Property Value
| Type | Description |
|---|---|
| UserId |
AttachmentId
To identify an attachment within repeated in a message
Declaration
[JsonProperty("attachmentId")]
public virtual string AttachmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CardAddOnData
Card AddOn attachment with the possibility for specifying editable widgets.
Declaration
[JsonProperty("cardAddOnData")]
public virtual AppsDynamiteStorageCard CardAddOnData { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteStorageCard |
DeprecatedAddOnData
Deprecated version of Gmail AddOn attachment.
Declaration
[JsonProperty("deprecatedAddOnData")]
public virtual ContextualAddOnMarkup DeprecatedAddOnData { get; set; }
Property Value
| Type | Description |
|---|---|
| ContextualAddOnMarkup |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SlackData
Slack attachment.
Declaration
[JsonProperty("slackData")]
public virtual AppsDynamiteV1ApiCompatV1Attachment SlackData { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteV1ApiCompatV1Attachment |
SlackDataImageUrlHeight
The height of image url as fetched by fife. This field is asynchronously filled.
Declaration
[JsonProperty("slackDataImageUrlHeight")]
public virtual int? SlackDataImageUrlHeight { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |