File tree Expand file tree Collapse file tree
ground_control_client/lib/src/protocol Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -967,12 +967,16 @@ class EndpointProjects extends _i1.EndpointRef {
967967 /// The [cloudProjectId] must be globally unique.
968968 /// [underSubscriptionId] optionally specify a subscription to procure the
969969 /// project under, or the user's primary subscription will be used.
970+ /// [projectProductName] optionally specify the project product name to use,
971+ /// defaults to the first available bundled product for the subscription plan.
970972 _i2.Future <_i3.Project > createProject ({
971973 required String cloudProjectId,
972974 String ? underSubscriptionId,
975+ String ? projectProductName,
973976 }) => caller.callServerEndpoint< _i3.Project > ('projects' , 'createProject' , {
974977 'cloudProjectId' : cloudProjectId,
975978 'underSubscriptionId' : underSubscriptionId,
979+ 'projectProductName' : projectProductName,
976980 });
977981
978982 /// Fetches the specified project.
You can’t perform that action at this time.
0 commit comments