GetProviderActionCollectionCountResult

data class GetProviderActionCollectionCountResult(val count: Int? = null)

The get collection count response.

Constructors

Link copied to clipboard
constructor(count: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int? = null

The count of the specified resource.