Resource constructor
Resource({
- AwsMetadata? awsMetadata,
- String? cloudProvider,
- String? displayName,
- List<
Folder> ? folders, - String? location,
- String? name,
- String? organization,
- String? parentDisplayName,
- String? parentName,
- String? projectDisplayName,
- String? projectName,
- ResourcePath? resourcePath,
- String? resourcePathString,
- String? service,
- 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,
});