CertificateMap class

Defines a collection of certificate configurations.

Constructors

CertificateMap({String? createTime, String? description, List<GclbTarget>? gclbTargets, Map<String, String>? labels, String? name, String? updateTime})
CertificateMap.fromJson(Map json_)

Properties

createTime String?
The creation timestamp of a Certificate Map.
getter/setter pair
description String?
One or more paragraphs of text description of a certificate map.
getter/setter pair
gclbTargets List<GclbTarget>?
A list of GCLB targets that use this Certificate Map.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Set of labels associated with a Certificate Map.
getter/setter pair
name String?
A user-defined name of the Certificate Map.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
The update timestamp of a Certificate Map.
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