Resource constructor

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

Implementation

Resource({
  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,
});