Class RequestInfo
Contains metadata about the request that clients can attach when filing a bug or providing other forms of feedback.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class RequestInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequestId
An opaque string that should only be interpreted by the service generating it. For example, it can be used to identify requests in the service's logs.
Declaration
[JsonProperty("requestId")]
public virtual string RequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServingData
Any data that was used to serve this request. For example, an encrypted stack trace that can be sent back to the service provider for debugging.
Declaration
[JsonProperty("servingData")]
public virtual string ServingData { get; set; }
Property Value
| Type | Description |
|---|---|
| string |