RemoveKeyAction

data class RemoveKeyAction(val keyId: String = "", val unknownFields: Map<Int, UnknownField> = emptyMap()) : Message

Constructors

Link copied to clipboard
constructor(keyId: String = "", unknownFields: Map<Int, UnknownField> = emptyMap())

Types

Link copied to clipboard
object Companion : Message.Companion<RemoveKeyAction>

Properties

Link copied to clipboard
open override val descriptor: MessageDescriptor<RemoveKeyAction>
Link copied to clipboard
Link copied to clipboard
open override val protoSize: Int
Link copied to clipboard
open override val unknownFields: Map<Int, UnknownField>

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun plus(other: Message?): RemoveKeyAction