GoogleCloudApigeeV1EntityMetadata constructor

GoogleCloudApigeeV1EntityMetadata({
  1. String? createdAt,
  2. String? lastModifiedAt,
  3. String? subType,
})

Implementation

GoogleCloudApigeeV1EntityMetadata({
  this.createdAt,
  this.lastModifiedAt,
  this.subType,
});