Changelog constructor
Changelog({})
Implementation
Changelog({
this.action,
this.author,
this.createTime,
this.dependentResources,
this.description,
this.displayName,
this.name,
this.newResource,
this.originalResource,
this.resource,
this.resourceType,
this.sequenceNumber,
});