Class ListServicesResponse
Response message for the ListServices
method.
Implements
Inherited Members
Namespace: Google.Apis.ServiceUsage.v1.Data
Assembly: Google.Apis.ServiceUsage.v1.dll
Syntax
public class ListServicesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Token that can be passed to ListServices
to resume a paginated query.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Services
The available services for the requested project.
Declaration
[JsonProperty("services")]
public virtual IList<GoogleApiServiceusageV1Service> Services { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleApiServiceusageV1Service> |