NoneAuthModelArgs

data class NoneAuthModelArgs(val type: Output<String>) : ConvertibleToJava<NoneAuthModelArgs>

Model for API authentication with no authentication method - public API.

Constructors

Link copied to clipboard
constructor(type: Output<String>)

Properties

Link copied to clipboard
val type: Output<String>

Type of paging Expected value is 'None'.

Functions

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