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."],[[["This webpage details the `SignBlobResponse` class, which is part of the `Google.Cloud.Iam.Credentials.V1` namespace in the Google Cloud .NET library."],["The `SignBlobResponse` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It offers two constructors: a default constructor `SignBlobResponse()` and a copy constructor `SignBlobResponse(SignBlobResponse other)` that takes another `SignBlobResponse` instance as a parameter."],["The class has two main properties: `KeyId`, which is a string representing the ID of the signing key, and `SignedBlob`, a `ByteString` containing the signed data blob."],["Multiple versions of the `SignBlobResponse` class are available, ranging from version 1.0.0 up to the latest 2.4.0."]]],[]]