List Gateway Debug Credentials Plain Args
data class ListGatewayDebugCredentialsPlainArgs(val apiId: String, val credentialsExpireAfter: String? = null, val gatewayId: String, val purposes: List<Either<String, GatewayListDebugCredentialsContractPurpose>>, val resourceGroupName: String, val serviceName: String) : ConvertibleToJava<ListGatewayDebugCredentialsPlainArgs>
Constructors
Link copied to clipboard
fun ListGatewayDebugCredentialsPlainArgs(apiId: String, credentialsExpireAfter: String? = null, gatewayId: String, purposes: List<Either<String, GatewayListDebugCredentialsContractPurpose>>, resourceGroupName: String, serviceName: String)