HAR::Page
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(started_date_time : String | Time | Nil = nil, id : Nil | String = nil, title : Nil | String = nil, page_timings : Nil | HAR::PageTimings = nil, comment : Nil | String = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
id
Unique identifier of a page within the Log.
Log#entries use it to refer to the parent page.
Unique identifier of a page within the Log.
Log#entries use it to refer to the parent page.
started_date_time
Date and time stamp for the beginning of the page load
(ISO 8601 - YYYY-MM-DDThh:mm:ss.sTZD, e.g. 2009-07-24T19:20:30.45+01:00).
Date and time stamp for the beginning of the page load
(ISO 8601 - YYYY-MM-DDThh:mm:ss.sTZD, e.g. 2009-07-24T19:20:30.45+01:00).