GetSenderUsernamePlainArgs

data class GetSenderUsernamePlainArgs(val domainName: String, val emailServiceName: String, val resourceGroupName: String, val senderUsername: String) : ConvertibleToJava<GetSenderUsernamePlainArgs>

Constructors

Link copied to clipboard
constructor(domainName: String, emailServiceName: String, resourceGroupName: String, senderUsername: 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 valid sender Username.

Functions

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