Describes an existing model defined for a RestApi resource
Describes an existing model defined for a RestApi resource.
apigateway_get_model(restApiId, modelName, flatten)
restApiId |
[required] [Required] The RestApi identifier under which the Model exists. |
modelName |
[required] [Required] The name of the model as an identifier. |
flatten |
A query parameter of a Boolean value to resolve ( |
A list with the following syntax:
list( id = "string", name = "string", description = "string", schema = "string", contentType = "string" )
svc$get_model( restApiId = "string", modelName = "string", flatten = TRUE|FALSE )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.