Describes an existing model defined for a RestApi resource.
See https://paws-r.github.io/docs/apigateway/get_model.html for full documentation.
apigateway_get_model(restApiId, modelName, flatten = NULL)
[required] The RestApi identifier under which the Model exists.
[required] The name of the model as an identifier.
A query parameter of a Boolean value to resolve (true
) all external
model references and returns a flattened model schema or not (false
)
The default is false
.