CreateUpdateRoleRequestBean class

Constructors

CreateUpdateRoleRequestBean({String? description, String? name})
CreateUpdateRoleRequestBean.fromJson(Map<String, Object?> json)
factory

Properties

description String?
A description of the project role. Required when fully updating a project role. Optional when creating or partially updating a project role.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the project role. Must be unique. Cannot begin or end with whitespace. The maximum length is 255 characters. Required when creating a project role. Optional when partially updating a project role.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? description, String? name}) CreateUpdateRoleRequestBean
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