Class DisableServiceResponse (1.2.0)

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

Response message for the DisableService method. This response message is assigned to the response field of the returned Operation when that operation is done.

Inheritance

Object > DisableServiceResponse

Namespace

Google.Cloud.ServiceUsage.V1

Assembly

Google.Cloud.ServiceUsage.V1.dll

Constructors

DisableServiceResponse()

public DisableServiceResponse()

DisableServiceResponse(DisableServiceResponse)

public DisableServiceResponse(DisableServiceResponse other)
Parameter
NameDescription
otherDisableServiceResponse

Properties

Service

public Service Service { get; set; }

The new state of the service after disabling.

Property Value
TypeDescription
Service