Class GoogleCloudDiscoveryengineV1betaAnswerBlobAttachment
Stores binarydata attached to text answer, e.g. image, video, audio, etc.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaAnswerBlobAttachment : IDirectResponseSchemaProperties
AttributionType
Output only. The attribution type of the blob.
Declaration
[JsonProperty("attributionType")]
public virtual string AttributionType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Data
Output only. The mime type and data of the blob.
Declaration
[JsonProperty("data")]
public virtual GoogleCloudDiscoveryengineV1betaAnswerBlobAttachmentBlob Data { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleCloudDiscoveryengineV1betaAnswerBlobAttachmentBlob | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string |