groups.get: Gets one resource by id.

Description Usage Arguments Details See Also

View source: R/groups.R

Description

Autogenerated via package_make.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
groups.get(
  groupUniqueId,
  alt = NULL,
  fields = NULL,
  prettyPrint = NULL,
  quotaUser = NULL,
  userIp = NULL,
  gargle_token = gargle::token_fetch(scopes =
    .endpoints[["groupsSettings.groups.get"]]$scopes[[1]]),
  return_response = F
)

Arguments

groupUniqueId

The group's email address.

alt

Data format for the response.

fields

Selector specifying which fields to include in a partial response.

prettyPrint

Returns response with indentations and line breaks.

quotaUser

An opaque string that represents a user for quota purposes. Must not exceed 40 characters.

userIp

Deprecated. Please use quotaUser instead.

gargle_token

A token prepared by one of gargle's token generating functions. Defaults to gargle::token_fetch(...) with appropriate scopes. See token_fetch for more info.

return_response

Whether to return the response or the response content. Defaults to FALSE (return response content).

Details

Authentication scopes used by this function are:

See Also

Google Documentation


samterfa/gapiGroupsSettings documentation built on Dec. 22, 2021, 10:12 p.m.