Class GoogleCloudDiscoveryengineV1AssistantContentFile
A file, e.g., an audio summary.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1AssistantContentFile : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FileId
Required. The file ID.
Declaration
[JsonProperty("fileId")]
public virtual string FileId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MimeType
Required. The media type (MIME type) of the file.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |