Show / Hide Table of Contents

Enum PeopleResource.ListRequest.CollectionEnum

The collection of people to list.

Namespace: Google.Apis.Plus.v1
Assembly: Google.Apis.Plus.v1.dll
Syntax
public enum CollectionEnum

Fields

Name Description
Connected

The list of visible people in the authenticated user's circles who also use the requesting app. This list is limited to users who made their app activities visible to the authenticated user.

Visible

The list of people who this user has added to one or more circles, limited to the circles visible to the requesting application.

Back to top