Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAssistantContentFile

A file, e.g., an audio summary.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaAssistantContentFile
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAssistantContentFile : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX