GoogleCloudApihubV1Version constructor
GoogleCloudApihubV1Version({
- GoogleCloudApihubV1AttributeValues? accreditation,
- List<
String> ? apiOperations, - Map<
String, GoogleCloudApihubV1AttributeValues> ? attributes, - GoogleCloudApihubV1AttributeValues? compliance,
- String? createTime,
- List<
String> ? definitions, - List<
String> ? deployments, - String? description,
- String? displayName,
- GoogleCloudApihubV1Documentation? documentation,
- GoogleCloudApihubV1AttributeValues? lifecycle,
- String? name,
- String? selectedDeployment,
- List<
GoogleCloudApihubV1SourceMetadata> ? sourceMetadata, - List<
String> ? specs, - String? updateTime,
Implementation
GoogleCloudApihubV1Version({
this.accreditation,
this.apiOperations,
this.attributes,
this.compliance,
this.createTime,
this.definitions,
this.deployments,
this.description,
this.displayName,
this.documentation,
this.lifecycle,
this.name,
this.selectedDeployment,
this.sourceMetadata,
this.specs,
this.updateTime,
});