Skip to content

Get Model

apigatewayv2_get_model R Documentation

Gets a Model

Description

Gets a Model.

Usage

apigatewayv2_get_model(ApiId, ModelId)

Arguments

ApiId

[required] The API identifier.

ModelId

[required] The model ID.

Value

A list with the following syntax:

list(
  ContentType = "string",
  Description = "string",
  ModelId = "string",
  Name = "string",
  Schema = "string"
)

Request syntax

svc$get_model(
  ApiId = "string",
  ModelId = "string"
)