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 details the `DisableServiceResponse` class, which is the response message for the `DisableService` method within the Google Cloud Service Usage API."],["The latest version available is 2.5.0, and the page also includes documentation for versions ranging from 1.0.0 to 2.4.0."],["The `DisableServiceResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DisableServiceResponse` class contains a `Service` property, which shows the new state of a service following a disable operation."],["The `DisableServiceResponse` class has two constructors: a parameterless constructor and one that takes another `DisableServiceResponse` instance as a parameter."]]],[]]