public sealed class GetZoneRequest : IMessage<GetZoneRequest>, IEquatable<GetZoneRequest>, IDeepCloneable<GetZoneRequest>, IBufferMessage, IMessage
Get zone request.
Implements
IMessage<GetZoneRequest>, IEquatable<GetZoneRequest>, IDeepCloneable<GetZoneRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
GetZoneRequest()
public GetZoneRequest()
GetZoneRequest(GetZoneRequest)
public GetZoneRequest(GetZoneRequest other)
Parameter | |
---|---|
Name | Description |
other | GetZoneRequest |
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 | |
---|---|
Type | Description |
String |
ZoneName
public ZoneName ZoneName { get; set; }
Property Value | |
---|---|
Type | Description |
ZoneName |