Class IngestEventsResponse
Response from the IngestEventsRequest.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class IngestEventsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FieldWarnings
Detailed row-level warnings with field paths.
Declaration
[JsonProperty("fieldWarnings")]
public virtual IList<FieldWarning> FieldWarnings { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<FieldWarning> |
RequestId
The auto-generated ID of the request.
Declaration
[JsonProperty("requestId")]
public virtual string RequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |