Resource constructor

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

Implementation

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