Member method: Member class

Syntax

Member(name, type)

Description

Use this constructor method to initialize a Member object with the specified name and type.

Parameters

Parameter Description

name

Specifies the participant’s name as a string value.

type

Specifies the participant type (role or user) as a string value.

Returns

None.