Class GoogleCloudRetailLoggingHttpRequestContext
HTTP request data that is related to a reported error.
Inheritance
System.Object
GoogleCloudRetailLoggingHttpRequestContext
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudRetail.v2.Data
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class GoogleCloudRetailLoggingHttpRequestContext : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ResponseStatusCode
The HTTP response status code for the request.
Declaration
[JsonProperty("responseStatusCode")]
public virtual int? ResponseStatusCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Implements
Google.Apis.Requests.IDirectResponseSchema