Class ListNamespacesResponse
The response message for RegistrationService.ListNamespaces.
Implements
Inherited Members
Namespace: Google.Apis.ServiceDirectory.v1beta1.Data
Assembly: Google.Apis.ServiceDirectory.v1beta1.dll
Syntax
public class ListNamespacesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Namespaces
The list of namespaces.
Declaration
[JsonProperty("namespaces")]
public virtual IList<Namespace> Namespaces { get; set; }
Property Value
Type | Description |
---|---|
IList<Namespace> |
NextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |