GetSuppressionListPlainArgs

data class GetSuppressionListPlainArgs(val domainName: String, val emailServiceName: String, val resourceGroupName: String, val suppressionListName: String) : ConvertibleToJava<GetSuppressionListPlainArgs>

Constructors

Link copied to clipboard
constructor(domainName: String, emailServiceName: String, resourceGroupName: String, suppressionListName: String)

Properties

Link copied to clipboard

The name of the Domains resource.

Link copied to clipboard

The name of the EmailService resource.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The name of the suppression list.

Functions

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