Show / Hide Table of Contents

Enum ChromeosdevicesResource.GetRequest.ProjectionEnum

Determines whether the response contains the full list of properties or only a subset.

Namespace: Google.Apis.Admin.Directory.directory_v1
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public enum ProjectionEnum

Fields

Name Description
BASIC

Includes only the basic metadata fields (e.g., deviceId, serialNumber, status, and user)

FULL

Includes all metadata fields

PROJECTIONUNDEFINED
Back to top