GoogleCloudApihubV1Dependency constructor
GoogleCloudApihubV1Dependency({
- Map<
String, GoogleCloudApihubV1AttributeValues> ? attributes, - GoogleCloudApihubV1DependencyEntityReference? consumer,
- String? createTime,
- String? description,
- String? discoveryMode,
- GoogleCloudApihubV1DependencyErrorDetail? errorDetail,
- String? name,
- String? state,
- GoogleCloudApihubV1DependencyEntityReference? supplier,
- String? updateTime,
Implementation
GoogleCloudApihubV1Dependency({
this.attributes,
this.consumer,
this.createTime,
this.description,
this.discoveryMode,
this.errorDetail,
this.name,
this.state,
this.supplier,
this.updateTime,
});