GetSPlainArgs

data class GetSPlainArgs(val prefix: String? = null, val project: String? = null, val regex: String? = null) : ConvertibleToJava<GetSPlainArgs>

A collection of arguments for invoking getS.

Constructors

Link copied to clipboard
constructor(prefix: String? = null, project: String? = null, regex: String? = null)

Properties

Link copied to clipboard
val prefix: String? = null

A prefix for filtering. It's applied with the account_id.

Link copied to clipboard
val project: String? = null

The ID of the project. If it is not provided, the provider project is used.

Link copied to clipboard
val regex: String? = null

A regular expression for filtering. It's applied with the email. Further information about the syntax can be found here.

Functions

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