PlanCreateRequest class

Request model for creating a new plan.

Annotations
  • @JsonSerializable(createFactory: false)

Constructors

PlanCreateRequest.new({required String title, required String owner})
Creates a new PlanCreateRequest instance.

Properties

hashCode int
The hash code for this object.
no setterinherited
owner String
The ID of the Microsoft 365 Group that will own the new plan.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title of the new plan.
final

Methods

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

Operators

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