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` is 2.4.0, with the current documentation page focusing on version 2.0.0."],["`SignBlobResponse` is a sealed class implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SignBlobResponse` class includes properties `KeyId` (a string representing the key's ID) and `SignedBlob` (a `ByteString` representing the signed data)."],["`SignBlobResponse` has two constructors, one public `SignBlobResponse()` with no parameters, and another public `SignBlobResponse(SignBlobResponse other)` which accepts another instance of `SignBlobResponse`."],["This class belongs to the `Google.Cloud.Iam.Credentials.V1` namespace and is contained within the `Google.Cloud.Iam.Credentials.V1.dll` assembly."]]],[]]