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

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

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

Request message for releasing lease.

Inheritance

object > ReleaseLeaseRequest

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ReleaseLeaseRequest()

public ReleaseLeaseRequest()

ReleaseLeaseRequest(ReleaseLeaseRequest)

public ReleaseLeaseRequest(ReleaseLeaseRequest other)
Parameter
Name Description
other ReleaseLeaseRequest

Properties

Id

public string Id { get; set; }

Lease id.

Property Value
Type Description
string

Owner

public string Owner { get; set; }

Lease owner.

Property Value
Type Description
string

Series

public string Series { get; set; }

Series name.

Property Value
Type Description
string