You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Value for the given type. Allowed values depend on "type": e.g., "US", "DE", "FR" for type "country"; "en", "fr", "de" for type "language"; "Android", "iOS" for type "system".
[optional]
operator
str
Operator to apply for the condition
[optional]
Example
fromurlr.models.link_geolinks_inner_conditions_innerimportLinkGeolinksInnerConditionsInner# TODO update the JSON string belowjson="{}"# create an instance of LinkGeolinksInnerConditionsInner from a JSON stringlink_geolinks_inner_conditions_inner_instance=LinkGeolinksInnerConditionsInner.from_json(json)
# print the JSON string representation of the objectprint(LinkGeolinksInnerConditionsInner.to_json())
# convert the object into a dictlink_geolinks_inner_conditions_inner_dict=link_geolinks_inner_conditions_inner_instance.to_dict()
# create an instance of LinkGeolinksInnerConditionsInner from a dictlink_geolinks_inner_conditions_inner_from_dict=LinkGeolinksInnerConditionsInner.from_dict(link_geolinks_inner_conditions_inner_dict)