public sealed class DisableServiceResponse : IMessage<DisableServiceResponse>, IEquatable<DisableServiceResponse>, IDeepCloneable<DisableServiceResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Usage v1 API class DisableServiceResponse.
Response message for the DisableService
method.
This response message is assigned to the response
field of the returned
Operation when that operation is done.
Implements
IMessageDisableServiceResponse, IEquatableDisableServiceResponse, IDeepCloneableDisableServiceResponse, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceUsage.V1Assembly
Google.Cloud.ServiceUsage.V1.dll
Constructors
DisableServiceResponse()
public DisableServiceResponse()
DisableServiceResponse(DisableServiceResponse)
public DisableServiceResponse(DisableServiceResponse other)
Parameter | |
---|---|
Name | Description |
other | DisableServiceResponse |
Properties
Service
public Service Service { get; set; }
The new state of the service after disabling.
Property Value | |
---|---|
Type | Description |
Service |