Show / Hide Table of Contents

Class QuorumReply

The reply to QuorumParameters for approving the proposal.

Inheritance
object
QuorumReply
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class QuorumReply : IDirectResponseSchema

Properties

ChallengeReplies

Required. The challenge replies to approve the proposal. Challenge replies can be sent across multiple requests. The proposal will be approved when required_approver_count challenge replies are provided.

Declaration
[JsonProperty("challengeReplies")]
public virtual IList<ChallengeReply> ChallengeReplies { get; set; }
Property Value
Type Description
IList<ChallengeReply>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX