TUpdatePrivateKeyTagBody class

Constructors

TUpdatePrivateKeyTagBody({String? timestampMs, String? organizationId, required String privateKeyTagId, String? newPrivateKeyTagName, required List<String> addPrivateKeyIds, required List<String> removePrivateKeyIds})
const
TUpdatePrivateKeyTagBody.fromJson(Map<String, dynamic> json)
factory

Properties

addPrivateKeyIds List<String>
A list of Private Keys IDs to add this tag to.
final
hashCode int
The hash code for this object.
no setterinherited
newPrivateKeyTagName String?
The new, human-readable name for the tag with the given ID.
final
organizationId String?
final
privateKeyTagId String
Unique identifier for a given Private Key Tag.
final
removePrivateKeyIds List<String>
A list of Private Key IDs to remove this tag from.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestampMs String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited