Class GoogleTypes.UploadMetadata
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class GoogleTypes.UploadMetadata
Properties
| Edit this page View SourceId
Immutable. Identifier.
The GoogleFile resource name. The ID (name excluding the "files/" prefix) can contain up to 40 characters that are lowercase alphanumeric or dashes (-).
The ID cannot start or end with a dash. If the name is empty on create, a unique name will be generated.
Example: files/123-456
Declaration
[JsonProperty("name")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Optional.
The human-readable display name for the GoogleFile. The display name must be no more than 512 characters in length, including spaces. Example: "Welcome Image"
Declaration
[JsonProperty("displayName")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |