GoogleCloudApigeeV1DataCollector class

Data collector configuration.

Constructors

GoogleCloudApigeeV1DataCollector({String? createdAt, String? description, String? lastModifiedAt, String? name, String? type})
GoogleCloudApigeeV1DataCollector.fromJson(Map json_)

Properties

createdAt String?
The time at which the data collector was created in milliseconds since the epoch.
getter/setter pair
description String?
A description of the data collector.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastModifiedAt String?
The time at which the Data Collector was last updated in milliseconds since the epoch.
getter/setter pair
name String?
ID of the data collector.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The type of data this data collector will collect.
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