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.
Inheritance
System.Object
BatchEnableServicesResponse
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ServiceUsage.v1.Data
Assembly: Google.Apis.ServiceUsage.v1.dll
Syntax
public class BatchEnableServicesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.Collections.Generic.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 |
|---|---|
| System.Collections.Generic.IList<GoogleApiServiceusageV1Service> |