ReusableConfig class

A ReusableConfig refers to a managed ReusableConfigValues.

Those, in turn, are used to describe certain fields of an X.509 certificate, such as the key usage fields, fields specific to CA certificates, certificate policy extensions and custom extensions.

Constructors

ReusableConfig({String? createTime, String? description, Map<String, String>? labels, String? name, String? updateTime, ReusableConfigValues? values})
ReusableConfig.fromJson(Map _json)

Properties

createTime String?
The time at which this ReusableConfig was created.
getter/setter pair
description String?
A human-readable description of scenarios these ReusableConfigValues may be compatible with.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Labels with user-defined metadata.
getter/setter pair
name String?
The resource path for this ReusableConfig in the format projects / * /locations / * /reusableConfigs / * .
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
The time at which this ReusableConfig was updated.
getter/setter pair
values ReusableConfigValues?
The config values.
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