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