GroupMetadata interface

Signature:

export interface GroupMetadata 

Properties

PropertyModifiersTypeDescription
MemberCountreadonlynumberThe number of members in the group
NamereadonlystringThe name of the group

GroupMetadata.MemberCount property

The number of members in the group

Signature:

readonly MemberCount: number;

GroupMetadata.Name property

The name of the group

Signature:

readonly Name: string;