Class GetGroupRequest (1.2.3)

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

A request to return an individual group. .. attribute:: group_name

Required. The group resource name. Written as projects/{projectID}/groups/{group_name}. Call `groupStats.list https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list`__ to return a list of groups belonging to this project.

Example: projects/my-project-123/groups/my-group

:type: str