Values.GetModelRequestSourceRequest to list information about a model in an existing RestApi resource.
type nonrec t = {restApiId : String_.t;The RestApi identifier under which the Model exists.
*)modelName : String_.t;The name of the model as an identifier.
*)flatten : Boolean.t option;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.
*)}