GetEntitlementPlainArgs

data class GetEntitlementPlainArgs(val entitlementId: String? = null, val location: String? = null, val parent: String? = null) : ConvertibleToJava<GetEntitlementPlainArgs>

A collection of arguments for invoking getEntitlement.

Constructors

Link copied to clipboard
constructor(entitlementId: String? = null, location: String? = null, parent: String? = null)

Properties

Link copied to clipboard
val entitlementId: String? = null

ID of the Entitlement resource. This is the last part of the Entitlement's full name which is of the format {parent}/locations/{location}/entitlements/{entitlement_id}.

Link copied to clipboard
val location: String? = null

The region of the Entitlement resource.

Link copied to clipboard
val parent: String? = null

The project or folder or organization that contains the resource. Format: projects/{project-id|project-number} or folders/{folder-number} or organizations/{organization-number}

Functions

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