DocumentationPartLocationArgs

data class DocumentationPartLocationArgs(val method: Output<String>? = null, val name: Output<String>? = null, val path: Output<String>? = null, val statusCode: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<DocumentationPartLocationArgs>

Constructors

Link copied to clipboard
constructor(method: Output<String>? = null, name: Output<String>? = null, path: Output<String>? = null, statusCode: Output<String>? = null, type: Output<String>)

Properties

Link copied to clipboard
val method: Output<String>? = null

HTTP verb of a method. The default value is * for any method.

Link copied to clipboard
val name: Output<String>? = null

Name of the targeted API entity.

Link copied to clipboard
val path: Output<String>? = null

URL path of the target. The default value is / for the root resource.

Link copied to clipboard
val statusCode: Output<String>? = null

HTTP status code of a response. The default value is * for any status code.

Link copied to clipboard
val type: Output<String>

Type of API entity to which the documentation content appliesE.g., API, METHOD or REQUEST_BODY

Functions

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