Class PythonSettings
Settings for Python client libraries.
Implements
Inherited Members
Namespace: Google.Apis.ServiceConsumerManagement.v1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1.dll
Syntax
public class PythonSettings : IDirectResponseSchema
Properties
Common
Some settings.
Declaration
[JsonProperty("common")]
public virtual CommonLanguageSettings Common { get; set; }
Property Value
Type | Description |
---|---|
CommonLanguageSettings |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExperimentalFeatures
Experimental features to be included during client library generation.
Declaration
[JsonProperty("experimentalFeatures")]
public virtual ExperimentalFeatures ExperimentalFeatures { get; set; }
Property Value
Type | Description |
---|---|
ExperimentalFeatures |