Get Trigger Iam Policy Plain Args
data class GetTriggerIamPolicyPlainArgs(val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null, val triggerId: String) : ConvertibleToJava<GetTriggerIamPolicyPlainArgs>
Constructors
Link copied to clipboard
fun GetTriggerIamPolicyPlainArgs(location: String, optionsRequestedPolicyVersion: Int? = null, project: String? = null, triggerId: String)