GetConsentStoreIamPolicyPlainArgs

data class GetConsentStoreIamPolicyPlainArgs(val consentStoreId: String, val dataset: String) : ConvertibleToJava<GetConsentStoreIamPolicyPlainArgs>

A collection of arguments for invoking getConsentStoreIamPolicy.

Constructors

Link copied to clipboard
constructor(consentStoreId: String, dataset: String)

Properties

Link copied to clipboard

Used to find the parent resource to bind the IAM policy to

Link copied to clipboard

Identifies the dataset addressed by this request. Must be in the format 'projects/{project}/locations/{location}/datasets/{dataset}' Used to find the parent resource to bind the IAM policy to

Functions

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