GetBundleComputeType constructor
const
GetBundleComputeType({
- required Input<
String> name,
Creates a new GetBundleComputeType.
name Name of the bundle. You cannot combine this parameter with bundleId.
Implementation
const GetBundleComputeType({
required this.name,
});