Class ExperimentalFeatures
Experimental features to be included during client library generation. These fields will be deprecated once the feature graduates and is enabled by default.
Implements
Inherited Members
Namespace: Google.Apis.ServiceUsage.v1beta1.Data
Assembly: Google.Apis.ServiceUsage.v1beta1.dll
Syntax
public class ExperimentalFeatures : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RestAsyncIoEnabled
Enables generation of asynchronous REST clients if rest
transport is enabled. By default, asynchronous
REST clients will not be generated. This feature will be enabled by default 1 month after launching the
feature in preview packages.
Declaration
[JsonProperty("restAsyncIoEnabled")]
public virtual bool? RestAsyncIoEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |