Class EnableServiceResponse (1.0.0)

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

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
NameDescription
otherEnableServiceResponse

Properties

Service

public Service Service { get; set; }

The new state of the service after enabling.

Property Value
TypeDescription
Service