powered by
Gets a Model.
apigatewayv2_get_model(ApiId, ModelId)
[required] The API identifier.
[required] The model ID.
A list with the following syntax:
list( ContentType = "string", Description = "string", ModelId = "string", Name = "string", Schema = "string" )
svc$get_model( ApiId = "string", ModelId = "string" )