public sealed class DisableServiceResponse : IMessage<DisableServiceResponse>, IEquatable<DisableServiceResponse>, IDeepCloneable<DisableServiceResponse>, IBufferMessage, IMessageResponse message for the DisableService method.
This response message is assigned to the response field of the returned
Operation when that operation is done.
Implements
IMessage<DisableServiceResponse>, IEquatable<DisableServiceResponse>, IDeepCloneable<DisableServiceResponse>, 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 |
|