public sealed class Draft : IMessage<Draft>, IEquatable<Draft>, IDeepCloneable<Draft>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class Draft.
Message describing Draft object
Namespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
Draft()
public Draft()Draft(Draft)
public Draft(Draft other)| Parameter | |
|---|---|
| Name | Description |
other |
Draft |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. [Output only] Create timestamp
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Description
public string Description { get; set; }A description for this application.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayName
public string DisplayName { get; set; }Required. A user friendly display name for the solution.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DraftApplicationConfigs
public ApplicationConfigs DraftApplicationConfigs { get; set; }The draft application configs which haven't been updated to an application.
| Property Value | |
|---|---|
| Type | Description |
ApplicationConfigs |
|
DraftName
public DraftName DraftName { get; set; }| Property Value | |
|---|---|
| Type | Description |
DraftName |
|
Labels
public MapField<string, string> Labels { get; }Labels as key value pairs
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
Name
public string Name { get; set; }name of resource
| Property Value | |
|---|---|
| Type | Description |
string |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. [Output only] Create timestamp
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|