GetBillingHubServiceUsagePlainArgs

data class GetBillingHubServiceUsagePlainArgs(val endTimeStamp: String, val pageIndex: Int? = null, val pageSize: Int? = null, val resourceGroupName: String, val startTimeStamp: String, val testBaseAccountName: String) : ConvertibleToJava<GetBillingHubServiceUsagePlainArgs>

Constructors

Link copied to clipboard
constructor(endTimeStamp: String, pageIndex: Int? = null, pageSize: Int? = null, resourceGroupName: String, startTimeStamp: String, testBaseAccountName: String)

Properties

Link copied to clipboard
Link copied to clipboard
val pageIndex: Int? = null
Link copied to clipboard
val pageSize: Int? = null
Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

The resource name of the Test Base Account.

Functions

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