requestModels property

Map<String, String>? requestModels
final

A key-value map specifying data schemas, represented by Model resources, (as the mapped value) of the request payloads of given content types (as the mapping key).

Implementation

final Map<String, String>? requestModels;