Resource constructor
Resource({
- Map<
String, ResourceCAIInfo> ? caiAssets, - String? intent,
- String? name,
- String? state,
- ResourceTerraformInfo? terraformInfo,
Implementation
Resource({
this.caiAssets,
this.intent,
this.name,
this.state,
this.terraformInfo,
});