Class BatchEnableServicesResponse
Response message for the BatchEnableServices
method. This response message is assigned to the response
field
of the returned Operation when that operation is done.
Implements
Inherited Members
Namespace: Google.Apis.ServiceUsage.v1beta1.Data
Assembly: Google.Apis.ServiceUsage.v1beta1.dll
Syntax
public class BatchEnableServicesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Failures
If allow_partial_success is true, and one or more services could not be enabled, this field contains the details about each failure.
Declaration
[JsonProperty("failures")]
public virtual IList<EnableFailure> Failures { get; set; }
Property Value
Type | Description |
---|---|
IList<EnableFailure> |
Services
The new state of the services after enabling.
Declaration
[JsonProperty("services")]
public virtual IList<GoogleApiServiceusageV1Service> Services { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleApiServiceusageV1Service> |