Get Page Shield Connections List Plain Args
data class GetPageShieldConnectionsListPlainArgs(val direction: String? = null, val excludeCdnCgi: Boolean? = null, val excludeUrls: String? = null, val export: String? = null, val hosts: String? = null, val maxItems: Int? = null, val orderBy: String? = null, val page: String? = null, val pageUrl: String? = null, val perPage: Double? = null, val prioritizeMalicious: Boolean? = null, val status: String? = null, val urls: String? = null, val zoneId: String) : ConvertibleToJava<GetPageShieldConnectionsListPlainArgs>
A collection of arguments for invoking getPageShieldConnectionsList.
Constructors
Link copied to clipboard
constructor(direction: String? = null, excludeCdnCgi: Boolean? = null, excludeUrls: String? = null, export: String? = null, hosts: String? = null, maxItems: Int? = null, orderBy: String? = null, page: String? = null, pageUrl: String? = null, perPage: Double? = null, prioritizeMalicious: Boolean? = null, status: String? = null, urls: String? = null, zoneId: String)