GetEnrollmentAccountScopePlainArgs

data class GetEnrollmentAccountScopePlainArgs(val billingAccountName: String, val enrollmentAccountName: String) : ConvertibleToJava<GetEnrollmentAccountScopePlainArgs>

A collection of arguments for invoking getEnrollmentAccountScope.

Constructors

Link copied to clipboard
constructor(billingAccountName: String, enrollmentAccountName: String)

Properties

Link copied to clipboard

The Billing Account Name of the Enterprise Account.

Link copied to clipboard

The Enrollment Account Name in the above Enterprise Account.

Functions

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