Show / Hide Table of Contents

Enum Features

Specifies a list of features which can be defined within the discovery document of a service.

Namespace: Google.Apis.Discovery
Assembly: Google.Apis.Core.dll
Syntax
public enum Features

Fields

Name Description
LegacyDataResponse

If this feature is specified, then the data of a response is encapsulated within a "data" resource.

Extension Methods

Utilities.ThrowIfNull<Features>(String)
In This Article
Back to top