TeamMember class
Information about a team member in a project.
Constructors
- TeamMember({required String projectRole, required String userArn, bool? remoteAccessAllowed})
-
TeamMember.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- projectRole → String
-
The role assigned to the user in the project. Project roles have different
levels of access. For more information, see Working
with Teams in the AWS CodeStar User Guide.
final
- remoteAccessAllowed → bool?
-
Whether the user is allowed to remotely access project resources using an
SSH public/private key pair.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userArn → String
-
The Amazon Resource Name (ARN) of the user in IAM.
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