Show / Hide Table of Contents

Class RequestInfo

Contains metadata about the request that clients can attach when filing a bug or providing other forms of feedback.

Inheritance
object
RequestInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX