GoogleCloudApihubV1ApiOperation constructor

GoogleCloudApihubV1ApiOperation({
  1. Map<String, GoogleCloudApihubV1AttributeValues>? attributes,
  2. String? createTime,
  3. GoogleCloudApihubV1OperationDetails? details,
  4. String? name,
  5. List<GoogleCloudApihubV1SourceMetadata>? sourceMetadata,
  6. String? spec,
  7. String? updateTime,
})

Implementation

GoogleCloudApihubV1ApiOperation({
  this.attributes,
  this.createTime,
  this.details,
  this.name,
  this.sourceMetadata,
  this.spec,
  this.updateTime,
});