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 documentation for the `DisableServiceResponse` class within the Google Cloud Service Usage v1 API."],["The `DisableServiceResponse` class is a response message used for the `DisableService` method, representing the outcome of disabling a service."],["The latest version of the API is 2.5.0, and documentation is available for versions from 1.0.0 through 2.5.0."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains a `Service` property that reflects the new state of the service after being disabled, represented by the `Service` type."]]],[]]