Group class

Describes message for 'Group' resource.

The Group is a collections of several MigratingVms.

Constructors

Group({String? createTime, String? description, String? displayName, String? migrationTargetType, String? name, String? updateTime})
Group.fromJson(Map json_)

Properties

createTime String?
The create time timestamp.
getter/setter pair
description String?
User-provided description of the group.
getter/setter pair
displayName String?
Display name is a user defined name for this group which can be updated.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
migrationTargetType String?
The target type of this group.
getter/setter pair
name String?
The Group name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
The update time timestamp.
getter/setter pair

Methods

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

Operators

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