TrustConfig class

Defines a trust config.

Constructors

TrustConfig({String? createTime, String? description, String? etag, Map<String, String>? labels, String? name, List<TrustStore>? trustStores, String? updateTime})
TrustConfig.fromJson(Map json_)

Properties

createTime String?
The creation timestamp of a TrustConfig.
getter/setter pair
description String?
One or more paragraphs of text description of a TrustConfig.
getter/setter pair
etag String?
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Set of labels associated with a TrustConfig.
getter/setter pair
name String?
A user-defined name of the trust config.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trustStores List<TrustStore>?
Set of trust stores to perform validation against.
getter/setter pair
updateTime String?
The last update timestamp of a TrustConfig.
getter/setter pair

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