GoogleCloudApihubV1ApiOperation constructor
GoogleCloudApihubV1ApiOperation({
- Map<
String, GoogleCloudApihubV1AttributeValues> ? attributes, - String? createTime,
- GoogleCloudApihubV1OperationDetails? details,
- String? name,
- List<
GoogleCloudApihubV1SourceMetadata> ? sourceMetadata, - String? spec,
- String? updateTime,
Implementation
GoogleCloudApihubV1ApiOperation({
this.attributes,
this.createTime,
this.details,
this.name,
this.sourceMetadata,
this.spec,
this.updateTime,
});