public sealed class Lease : IMessage<Lease>, IEquatable<Lease>, IDeepCloneable<Lease>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class Lease.
The lease message.
Namespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
Lease()
public Lease()Lease(Lease)
public Lease(Lease other)| Parameter | |
|---|---|
| Name | Description |
other |
Lease |
Properties
ExpireTime
public Timestamp ExpireTime { get; set; }The lease expire time.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Id
public string Id { get; set; }The lease id.
| Property Value | |
|---|---|
| Type | Description |
string |
|
LeaseType
public LeaseType LeaseType { get; set; }The lease type.
| Property Value | |
|---|---|
| Type | Description |
LeaseType |
|
Owner
public string Owner { get; set; }The owner name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Series
public string Series { get; set; }The series name.
| Property Value | |
|---|---|
| Type | Description |
string |
|