useiso8601_timestamp::Timestamp;auto_derived!(/// Platform policy change
pubstructPolicyChange{/// Unique Id
#[serde(rename ="_id")]pubid: String,
/// Time at which this policy was created
pubcreated_time: Timestamp,
/// Time at which this policy is effective
pubeffective_time: Timestamp,
/// Message shown to users
pubdescription: String,
/// URL with details about changes
puburl: String,
});