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.
Implements
IMessage<EnableServiceResponse>, IEquatable<EnableServiceResponse>, IDeepCloneable<EnableServiceResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceUsage.V1Assembly
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 |