libZSservicesZSamazonka-workdocsZSamazonka-workdocs
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.WorkDocs.Types.Participants

Description

 
Synopsis

Documentation

data Participants Source #

Describes the users or user groups.

See: newParticipants smart constructor.

Constructors

Participants' 

Fields

Instances

Instances details
Eq Participants Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.Participants

Read Participants Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.Participants

Show Participants Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.Participants

Generic Participants Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.Participants

Associated Types

type Rep Participants :: Type -> Type #

NFData Participants Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.Participants

Methods

rnf :: Participants -> () #

Hashable Participants Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.Participants

FromJSON Participants Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.Participants

type Rep Participants Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.Participants

type Rep Participants = D1 ('MetaData "Participants" "Amazonka.WorkDocs.Types.Participants" "libZSservicesZSamazonka-workdocsZSamazonka-workdocs" 'False) (C1 ('MetaCons "Participants'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GroupMetadata])) :*: S1 ('MetaSel ('Just "users") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UserMetadata]))))

newParticipants :: Participants Source #

Create a value of Participants with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:groups:Participants', participants_groups - The list of user groups.

$sel:users:Participants', participants_users - The list of users.