GoogleCloudApigeeV1AnalyticsConfig class

Configuration for the Analytics add-on.

Constructors

GoogleCloudApigeeV1AnalyticsConfig({bool? enabled, String? expireTimeMillis, String? state, String? updateTime})
GoogleCloudApigeeV1AnalyticsConfig.fromJson(Map json_)

Properties

enabled bool?
Whether the Analytics add-on is enabled.
getter/setter pair
expireTimeMillis String?
Time at which the Analytics add-on expires in milliseconds since epoch.
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
state String?
The state of the Analytics add-on.
getter/setter pair
updateTime String?
The latest update time.
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