Show / Hide Table of Contents

Interface IDirectResponseSchema

Interface containing additional response-properties which will be added to every schema type which is a direct response to a request.

Namespace: Google.Apis.Requests
Assembly: Google.Apis.dll
Syntax
public interface IDirectResponseSchema

Properties

ETag

The e-tag of this response.

Declaration
string ETag { get; set; }
Property Value
Type Description
string
Remarks

Will be set by the service deserialization method, or the by json response parser if implemented on service.

In this article
Back to top Generated by DocFX