SpaceUpdate class

The properties of a space that can be updated.

Constructors

SpaceUpdate({String? name, SpaceDescriptionCreate? description, Map<String, dynamic>? homepage, String? type, String? status})
SpaceUpdate.fromJson(Map<String, Object?> json)
factory

Properties

description SpaceDescriptionCreate?
final
hashCode int
The hash code for this object.
no setterinherited
homepage Map<String, dynamic>?
The updated homepage for this space
final
name String?
The updated name of the space.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The updated status for this space.
final
type String?
The updated type for this space.
final

Methods

copyWith({String? name, SpaceDescriptionCreate? description, Map<String, dynamic>? homepage, String? type, String? status}) SpaceUpdate
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