GoogleCloudApihubV1Spec constructor
GoogleCloudApihubV1Spec({
- Map<
String, GoogleCloudApihubV1AttributeValues> ? attributes, - GoogleCloudApihubV1SpecContents? contents,
- String? createTime,
- GoogleCloudApihubV1SpecDetails? details,
- String? displayName,
- GoogleCloudApihubV1Documentation? documentation,
- GoogleCloudApihubV1LintResponse? lintResponse,
- String? name,
- String? parsingMode,
- List<
GoogleCloudApihubV1SourceMetadata> ? sourceMetadata, - String? sourceUri,
- GoogleCloudApihubV1AttributeValues? specType,
- String? updateTime,
Implementation
GoogleCloudApihubV1Spec({
this.attributes,
this.contents,
this.createTime,
this.details,
this.displayName,
this.documentation,
this.lintResponse,
this.name,
this.parsingMode,
this.sourceMetadata,
this.sourceUri,
this.specType,
this.updateTime,
});