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