groupCopysecuritynodePost method

Implementation

Future<chopper.Response<FwStandardAppManagerFwAmSecurityTreeNode>>
    groupCopysecuritynodePost(
        {required FwCoreModulesAdministratorGroupCopySecurityNodeRequest?
            body}) {
  generatedMapping.putIfAbsent(FwStandardAppManagerFwAmSecurityTreeNode,
      () => FwStandardAppManagerFwAmSecurityTreeNode.fromJsonFactory);

  return _groupCopysecuritynodePost(body: body);
}