GoogleCloudApihubV1Spec constructor

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