Vision AI v1 API - Class AcquireLeaseRequest (1.0.0-beta01)

public sealed class AcquireLeaseRequest : IMessage<AcquireLeaseRequest>, IEquatable<AcquireLeaseRequest>, IDeepCloneable<AcquireLeaseRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class AcquireLeaseRequest.

Request message for acquiring a lease.

Inheritance

object > AcquireLeaseRequest

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

AcquireLeaseRequest()

public AcquireLeaseRequest()

AcquireLeaseRequest(AcquireLeaseRequest)

public AcquireLeaseRequest(AcquireLeaseRequest other)
Parameter
Name Description
other AcquireLeaseRequest

Properties

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

Term

public Duration Term { get; set; }

The lease term.

Property Value
Type Description
Duration