GoogleCloudApihubV1Definition constructor
GoogleCloudApihubV1Definition({
- Map<
String, GoogleCloudApihubV1AttributeValues> ? attributes, - String? createTime,
- String? name,
- GoogleCloudApihubV1Schema? schema,
- String? spec,
- String? type,
- String? updateTime,
Implementation
GoogleCloudApihubV1Definition({
this.attributes,
this.createTime,
this.name,
this.schema,
this.spec,
this.type,
this.updateTime,
});