GetGtmInstancesPlainArgs

data class GetGtmInstancesPlainArgs(val ids: List<String>? = null, val lang: String? = null, val resourceGroupId: String? = null) : ConvertibleToJava<GetGtmInstancesPlainArgs>

A collection of arguments for invoking getGtmInstances.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, lang: String? = null, resourceGroupId: String? = null)

Properties

Link copied to clipboard
val ids: List<String>? = null

A list of Gtm Instance IDs.

Link copied to clipboard
val lang: String? = null

The lang.

Link copied to clipboard
val resourceGroupId: String? = null

The ID of the resource group.

Functions

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