GetBillingRoleAssignmentByEnrollmentAccountPlainArgs

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

Constructors

constructor(billingAccountName: String, billingRoleAssignmentName: String, enrollmentAccountName: String)

Properties

Link copied to clipboard

The ID that uniquely identifies a billing account.

Link copied to clipboard

The ID that uniquely identifies a role assignment.

Link copied to clipboard

The name of the enrollment account.

Functions

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