public sealed class SignBlobResponse : IMessage<SignBlobResponse>, IEquatable<SignBlobResponse>, IDeepCloneable<SignBlobResponse>, 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 the `SignBlobResponse` class is 2.4.0, part of the Google.Cloud.Iam.Credentials.V1 namespace."],["The `SignBlobResponse` class, in version 1.1.0, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor, `SignBlobResponse()`, and a copy constructor, `SignBlobResponse(SignBlobResponse other)`."],["The class contains two properties: `KeyId`, which is a string representing the ID of the key used for signing, and `SignedBlob`, a ByteString containing the signed data."],["It inherits members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the `System.Object` class."]]],[]]