Class BatchGetServicesResponse
Response message for the BatchGetServices
method.
Implements
Inherited Members
Namespace: Google.Apis.ServiceUsage.v1.Data
Assembly: Google.Apis.ServiceUsage.v1.dll
Syntax
public class BatchGetServicesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Services
The requested Service states.
Declaration
[JsonProperty("services")]
public virtual IList<GoogleApiServiceusageV1Service> Services { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleApiServiceusageV1Service> |