WorkGroupSummary class

The summary information for the workgroup, which includes its name, state, description, and the date and time it was created.

Constructors

WorkGroupSummary({DateTime? creationTime, String? description, String? name, WorkGroupState? state})
WorkGroupSummary.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime?
The workgroup creation date and time.
final
description String?
The workgroup description.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the workgroup.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state WorkGroupState?
The state of the workgroup.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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