GoogleChromePolicyVersionsV1DefineCertificateRequest class

Request object for creating a certificate.

Properties

ceritificateName String?
The optional name of the certificate.
getter/setter pair
certificate String?
The raw contents of the .PEM, .CRT, or .CER file.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings List<GoogleChromePolicyVersionsV1NetworkSetting>?
Certificate settings within the chrome.networks.certificates namespace.
getter/setter pair
targetResource String?
The target resource on which this certificate is applied.
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