class edgeimpulse_api.models.log_website_pageview_request.LogWebsitePageviewRequest(
**data: Any
)
Config
The type of the None singleton.
page_referrer: pydantic.types.StrictStr | None
The type of the None singleton.
page_url: pydantic.types.StrictStr
The type of the None singleton.
session_id: pydantic.types.StrictStr
The type of the None singleton.
edgeimpulse_api.models.log_website_pageview_request.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.log_website_pageview_request.LogWebsitePageviewRequest
edgeimpulse_api.models.log_website_pageview_request.from_json(
json_str: str
) ‑> edgeimpulse_api.models.log_website_pageview_request.LogWebsitePageviewRequest
edgeimpulse_api.models.log_website_pageview_request.to_dict(
self
)
edgeimpulse_api.models.log_website_pageview_request.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.log_website_pageview_request.to_str(
self
) ‑> str