Class CreateGroupRequest (2.1.0)

CreateGroupRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The CreateGroup request.

Attributes

NameDescription
name str
Required. The project in which to create the group. The format is: :: projects/[PROJECT_ID_OR_NUMBER]
group .gm_group.Group
Required. A group definition. It is an error to define the name field because the system assigns the name.
validate_only bool
If true, validate this request but do not create the group.