responseMintedTimestamp property

  1. @JsonKey(name: 'responseMintedTimestamp')
String? responseMintedTimestamp
getter/setter pair

Records the timestamp of when most components were last generated from the world server source. Unless the component type is specified in the documentation for secondaryComponentsMintedTimestamp, this value is sufficient to do data freshness.

Implementation

@JsonKey(name:'responseMintedTimestamp')
String? responseMintedTimestamp;