Class ListManagedZonesResponse
Response message for ConnectorsService.ListManagedZones
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class ListManagedZonesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ManagedZones
ManagedZones.
Declaration
[JsonProperty("managedZones")]
public virtual IList<ManagedZone> ManagedZones { get; set; }
Property Value
Type | Description |
---|---|
IList<ManagedZone> |
NextPageToken
Next page token.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |