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.
Implements
IMessageEnableServiceResponse, IEquatableEnableServiceResponse, IDeepCloneableEnableServiceResponse, 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 |