GetResourceGroupsInvokeResult

data class GetResourceGroupsInvokeResult(val accountId: String, val id: String? = null, val maxItems: Int? = null, val name: String? = null, val results: List<GetResourceGroupsResult>)

A collection of values returned by getResourceGroups.

Constructors

Link copied to clipboard
constructor(accountId: String, id: String? = null, maxItems: Int? = null, name: String? = null, results: List<GetResourceGroupsResult>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Account identifier tag.

Link copied to clipboard
val id: String? = null

ID of the resource group to be fetched.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val name: String? = null

Name of the resource group to be fetched.

Link copied to clipboard

The items returned by the data source