Show / Hide Table of Contents

Enum MobiledevicesResource.GetRequest.ProjectionEnum

Restrict information returned to a set of selected fields.

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, model, status, type, and status)

FULL

Includes all metadata fields

PROJECTIONUNDEFINED
Back to top