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