Service Usage v1 API - Class EnableServiceResponse (2.5.0)

public sealed class EnableServiceResponse : IMessage<EnableServiceResponse>, IEquatable<EnableServiceResponse>, IDeepCloneable<EnableServiceResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Service Usage v1 API class EnableServiceResponse.

Response message for the EnableService method. This response message is assigned to the response field of the returned Operation when that operation is done.

Inheritance

object > EnableServiceResponse

Namespace

Google.Cloud.ServiceUsage.V1

Assembly

Google.Cloud.ServiceUsage.V1.dll

Constructors

EnableServiceResponse()

public EnableServiceResponse()

EnableServiceResponse(EnableServiceResponse)

public EnableServiceResponse(EnableServiceResponse other)
Parameter
Name Description
other EnableServiceResponse

Properties

Service

public Service Service { get; set; }

The new state of the service after enabling.

Property Value
Type Description
Service