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