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."],[[["The `DisableServiceResponse` class is a response message for the `DisableService` method, representing the result of a service disabling operation."],["Version 2.5.0 is the latest version of `DisableServiceResponse`, while version 1.0.0 is the base version."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling message handling, comparison, deep cloning, and buffer-based operations."],["`DisableServiceResponse` contains a `Service` property, which reflects the updated state of the service after the disabling process."],["The class provides two constructors, one default and one for copying another `DisableServiceResponse` instance."]]],[]]