Resource constructor

Resource({
  1. AdcApplication? adcApplication,
  2. AdcApplicationTemplateRevision? adcApplicationTemplate,
  3. AdcSharedTemplateRevision? adcSharedTemplate,
  4. GoogleCloudSecuritycenterV1ResourceApplication? application,
  5. AwsMetadata? awsMetadata,
  6. AzureMetadata? azureMetadata,
  7. String? cloudProvider,
  8. String? displayName,
  9. List<Folder>? folders,
  10. String? location,
  11. String? name,
  12. String? organization,
  13. String? parentDisplayName,
  14. String? parentName,
  15. String? projectDisplayName,
  16. String? projectName,
  17. ResourcePath? resourcePath,
  18. String? resourcePathString,
  19. String? service,
  20. String? type,
})

Implementation

Resource({
  this.adcApplication,
  this.adcApplicationTemplate,
  this.adcSharedTemplate,
  this.application,
  this.awsMetadata,
  this.azureMetadata,
  this.cloudProvider,
  this.displayName,
  this.folders,
  this.location,
  this.name,
  this.organization,
  this.parentDisplayName,
  this.parentName,
  this.projectDisplayName,
  this.projectName,
  this.resourcePath,
  this.resourcePathString,
  this.service,
  this.type,
});