Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.13 KB

File metadata and controls

30 lines (21 loc) · 1.13 KB

PageAllowanceUsageHistoryInner

Properties

Name Type Description Notes
var_date date [optional]
pages_indexed int [optional]

Example

from rankvectors.models.page_allowance_usage_history_inner import PageAllowanceUsageHistoryInner

# TODO update the JSON string below
json = "{}"
# create an instance of PageAllowanceUsageHistoryInner from a JSON string
page_allowance_usage_history_inner_instance = PageAllowanceUsageHistoryInner.from_json(json)
# print the JSON string representation of the object
print(PageAllowanceUsageHistoryInner.to_json())

# convert the object into a dict
page_allowance_usage_history_inner_dict = page_allowance_usage_history_inner_instance.to_dict()
# create an instance of PageAllowanceUsageHistoryInner from a dict
page_allowance_usage_history_inner_from_dict = PageAllowanceUsageHistoryInner.from_dict(page_allowance_usage_history_inner_dict)

[Back to Model list] [Back to API list] [Back to README]