Class GetZoneRequest (1.0.0)

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

Get zone request.

Inheritance

Object > GetZoneRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

GetZoneRequest()

public GetZoneRequest()

GetZoneRequest(GetZoneRequest)

public GetZoneRequest(GetZoneRequest other)
Parameter
NameDescription
otherGetZoneRequest

Properties

Name

public string Name { get; set; }

Required. The resource name of the zone: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}.

Property Value
TypeDescription
String

ZoneName

public ZoneName ZoneName { get; set; }

ZoneName-typed view over the Name resource name property.

Property Value
TypeDescription
ZoneName