UploadFileInformationDisplayName Property

Specifies the human-readable name to be associated with the file during the upload process. This name is optional and may be subject to validation or formatting requirements.

Definition

Namespace: GenerativeAI.Types
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public string? DisplayName { get; set; }

Property Value

String

See Also