Service Usage v1 API - Class DisableServiceResponse (2.4.0)

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.

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