SpacePropertyVersion class
Constructors
- SpacePropertyVersion({DateTime? createdAt, String? createdBy, String? message, int? number})
-
SpacePropertyVersion.fromJson(Map<
String, Object?> json) -
factory
Properties
- createdAt → DateTime?
-
RFC3339 compliant date time at which the property's current version was
created.
final
- createdBy → String?
-
Atlassian account ID of the user that created the space property's current
version.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
Message associated with the current version.
final
- number → int?
-
The space property's current version number.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{DateTime? createdAt, String? createdBy, String? message, int? number}) → SpacePropertyVersion -
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