Class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachment
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 GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachment : 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 blob data.
Declaration
[JsonProperty("data")]
public virtual GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachmentBlob Data { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachmentBlob | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string |