C# 클래스 Amazon.APIGateway.Model.Model

Represents the data structure of a method's request or response payload.

A request model defines the data structure of the client-supplied request payload. A response model defines the data structure of the response payload returned by the back end. Although not required, models are useful for mapping payloads between the front end and back end.

A model is used for generating an API's SDK, validating the input request body, and creating a skeletal mapping template.

파일 보기 프로젝트 열기: aws/aws-sdk-net

비공개 메소드들

메소드 설명
IsSetContentType ( ) : bool
IsSetDescription ( ) : bool
IsSetId ( ) : bool
IsSetName ( ) : bool
IsSetSchema ( ) : bool