Show / Hide Table of Contents

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
object
BatchEnableServicesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX