GetAddressGroupPlainArgs

data class GetAddressGroupPlainArgs(val addressGroupId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetAddressGroupPlainArgs>

Constructors

Link copied to clipboard
fun GetAddressGroupPlainArgs(addressGroupId: String, location: String, project: String? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val project: String? = null