GetBundleComputeType constructor

const GetBundleComputeType({
  1. 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,
});