Class GoogleCloudDiscoveryengineLoggingHttpRequestContext
HTTP request data that is related to a reported error.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineLoggingHttpRequestContext : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ResponseStatusCode
The HTTP response status code for the request.
Declaration
[JsonProperty("responseStatusCode")]
public virtual int? ResponseStatusCode { get; set; }
Property Value
Type | Description |
---|---|
int? |