v2SandboxUsercollectionRingConfigurationGet method
Future<Response<MultiDocumentResponseRingConfigurationModel> >
v2SandboxUsercollectionRingConfigurationGet({
- String? nextToken,
Sandbox - Multiple Ring Configuration Documents @param next_token
Implementation
Future<chopper.Response<MultiDocumentResponseRingConfigurationModel>>
v2SandboxUsercollectionRingConfigurationGet({String? nextToken}) {
generatedMapping.putIfAbsent(MultiDocumentResponseRingConfigurationModel,
() => MultiDocumentResponseRingConfigurationModel.fromJsonFactory);
return _v2SandboxUsercollectionRingConfigurationGet(nextToken: nextToken);
}