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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage documents the `DisableServiceResponse` class within the `Google.Cloud.ServiceUsage.V1` namespace, specifically for version 1.1.0 of the library, with links to older and more recent versions."],["`DisableServiceResponse` is a message type used as a response for the `DisableService` method, which is part of the `Google.Cloud.ServiceUsage.V1` API."],["The `DisableServiceResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `Object` class."],["The `DisableServiceResponse` class has two constructors: a default constructor and one that takes another `DisableServiceResponse` object as a parameter for copying, and it has a `Service` property that returns the new state of the service after disabling."]]],[]]