GoogleCloudApigeeV1DataCollector constructor

GoogleCloudApigeeV1DataCollector({
  1. String? createdAt,
  2. String? description,
  3. String? lastModifiedAt,
  4. String? name,
  5. String? type,
})

Implementation

GoogleCloudApigeeV1DataCollector({
  this.createdAt,
  this.description,
  this.lastModifiedAt,
  this.name,
  this.type,
});