Api Key Restrictions
data class ApiKeyRestrictions(val androidKeyRestrictions: ApiKeyRestrictionsAndroidKeyRestrictions? = null, val apiTargets: List<ApiKeyRestrictionsApiTarget>? = null, val browserKeyRestrictions: ApiKeyRestrictionsBrowserKeyRestrictions? = null, val iosKeyRestrictions: ApiKeyRestrictionsIosKeyRestrictions? = null, val serverKeyRestrictions: ApiKeyRestrictionsServerKeyRestrictions? = null)
Constructors
Link copied to clipboard
fun ApiKeyRestrictions(androidKeyRestrictions: ApiKeyRestrictionsAndroidKeyRestrictions? = null, apiTargets: List<ApiKeyRestrictionsApiTarget>? = null, browserKeyRestrictions: ApiKeyRestrictionsBrowserKeyRestrictions? = null, iosKeyRestrictions: ApiKeyRestrictionsIosKeyRestrictions? = null, serverKeyRestrictions: ApiKeyRestrictionsServerKeyRestrictions? = null)