GetMethodPlainArgs

data class GetMethodPlainArgs(val httpMethod: String, val resourceId: String, val restApiId: String) : ConvertibleToJava<GetMethodPlainArgs>

Constructors

Link copied to clipboard
constructor(httpMethod: String, resourceId: String, restApiId: String)

Properties

Link copied to clipboard

The method's HTTP verb.

Link copied to clipboard

The Resource identifier for the MethodResponse resource.

Link copied to clipboard

The string identifier of the associated RestApi.

Functions

Link copied to clipboard
open override fun toJava(): GetMethodPlainArgs