ContentPropertyUpdateVersion class

The version number of the property.

Constructors

ContentPropertyUpdateVersion({required dynamic number, bool? minorEdit})
ContentPropertyUpdateVersion.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
minorEdit bool
If minorEdit is set to 'true', no notification email or activity stream will be generated for the change.
final
number → dynamic
The new version for the updated content property. Set this to the current version number incremented by one. To get the current version number, use 'Get content property' and retrieve version.number.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({dynamic number, bool? minorEdit}) ContentPropertyUpdateVersion
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