recombee_api_client.api_requests.get_item_property_info module

class recombee_api_client.api_requests.get_item_property_info.GetItemPropertyInfo(property_name: str)

Bases: recombee_api_client.api_requests.request.Request

Gets information about specified item property.

Required parameters:

Parameters

property_name – Name of the property about which the information is to be retrieved.

get_body_parameters() → dict

Values of body parameters as a dictionary (name of parameter: value of the parameter).

get_query_parameters() → dict

Values of query parameters as a dictionary (name of parameter: value of the parameter).