Show / Hide Table of Contents

Interface IModel

Namespace: Amazon.CDK.AWS.APIGateway
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IModel
Syntax (vb)
Public Interface IModel

Synopsis

Properties

ModelId

Returns the model name, such as 'myModel'.

Properties

ModelId

Returns the model name, such as 'myModel'.

string ModelId { get; }
Property Value

System.String

Remarks

Attribute: true

Back to top Generated by DocFX