v2UsercollectionRingConfigurationGet method

Future<Response<MultiDocumentResponseRingConfigurationModel>> v2UsercollectionRingConfigurationGet({
  1. String? nextToken,
})

Multiple Ring Configuration Documents @param next_token

Implementation

Future<chopper.Response<MultiDocumentResponseRingConfigurationModel>>
    v2UsercollectionRingConfigurationGet({String? nextToken}) {
  generatedMapping.putIfAbsent(MultiDocumentResponseRingConfigurationModel,
      () => MultiDocumentResponseRingConfigurationModel.fromJsonFactory);

  return _v2UsercollectionRingConfigurationGet(nextToken: nextToken);
}