Interface IDirectResponseSchema (1.60.0)

public interface IDirectResponseSchema

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

Namespace

GoogleApisRequests

Assembly

Google.Apis.dll

Properties

ETag

string ETag { get; set; }

The e-tag of this response.

Property Value
TypeDescription
string
Remarks

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

Extension Method