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.
[[["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 provides reference documentation for the `DisableServiceResponse` class within the Google Cloud Service Usage v1 API."],["The `DisableServiceResponse` class is the response message used when disabling a service, as defined within the API."],["The latest version of the API referenced on this page is 2.5.0, with previous versions available, including version 2.4.0, which is the active version on the page."],["The class `DisableServiceResponse` inherits from the base class `object`, and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class contains one property, `Service`, which provides information on the state of the service after disabling."]]],[]]