public sealed class DisableServiceRequest : IMessage<DisableServiceRequest>, IEquatable<DisableServiceRequest>, IDeepCloneable<DisableServiceRequest>, IBufferMessage, IMessage
[[["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 latest version of `DisableServiceRequest` is 2.4.0, with multiple previous versions available, ranging back to 1.1.0."],["`DisableServiceRequest` is a message class used for requests to disable a service, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and includes properties like `ConsumerId` and `ServiceName`, which are required parameters for identifying the consumer and the service to be disabled."],["The class offers two constructors: a default constructor and one that accepts another `DisableServiceRequest` object as a parameter for copying its values."],["The namespace for the class is `Google.Cloud.ServiceManagement.V1` and it's contained within the `Google.Cloud.ServiceManagement.V1.dll` assembly."]]],[]]