DetailedVersion class

Constructors

DetailedVersion({int? number, String? authorId, String? message, DateTime? createdAt, bool? minorEdit, bool? contentTypeModified, List<String>? collaborators, int? prevVersion, int? nextVersion})
DetailedVersion.fromJson(Map<String, Object?> json)
factory

Properties

authorId String?
The account ID of the user who created this version.
final
collaborators List<String>
The account IDs of users that collaborated on this version.
final
contentTypeModified bool
Describes if the content type is modified in this version (e.g. page to blog)
final
createdAt DateTime?
Date and time when the version was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
final
hashCode int
The hash code for this object.
no setterinherited
message String?
Message associated with the current version.
final
minorEdit bool
Describes if this version is a minor version. Email notifications and activity stream updates are not created for minor versions.
final
nextVersion int?
The version number of the version after this current content update.
final
number int?
The current version number.
final
prevVersion int?
The version number of the version prior to this current content update.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? number, String? authorId, String? message, DateTime? createdAt, bool? minorEdit, bool? contentTypeModified, List<String>? collaborators, int? prevVersion, int? nextVersion}) DetailedVersion
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited