Get Response Policy Rule Plain Args
data class GetResponsePolicyRulePlainArgs(val clientOperationId: String? = null, val project: String? = null, val responsePolicy: String, val responsePolicyRule: String) : ConvertibleToJava<GetResponsePolicyRulePlainArgs>
Constructors
Link copied to clipboard
fun GetResponsePolicyRulePlainArgs(clientOperationId: String? = null, project: String? = null, responsePolicy: String, responsePolicyRule: String)