GoogleCloudApihubV1Spec constructor

GoogleCloudApihubV1Spec({
  1. List<GoogleCloudApihubV1AdditionalSpecContent>? additionalSpecContents,
  2. Map<String, GoogleCloudApihubV1AttributeValues>? attributes,
  3. GoogleCloudApihubV1SpecContents? contents,
  4. String? createTime,
  5. GoogleCloudApihubV1SpecDetails? details,
  6. String? displayName,
  7. GoogleCloudApihubV1Documentation? documentation,
  8. GoogleCloudApihubV1LintResponse? lintResponse,
  9. String? name,
  10. String? parsingMode,
  11. List<GoogleCloudApihubV1SourceMetadata>? sourceMetadata,
  12. String? sourceUri,
  13. GoogleCloudApihubV1AttributeValues? specType,
  14. String? updateTime,
})

Implementation

GoogleCloudApihubV1Spec({
  this.additionalSpecContents,
  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,
});