Class ListJobMessagesResponse
Response to a request to list job messages.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class ListJobMessagesResponse : IDirectResponseSchema
Properties
AutoscalingEvents
Autoscaling events in ascending timestamp order.
Declaration
[JsonProperty("autoscalingEvents")]
public virtual IList<AutoscalingEvent> AutoscalingEvents { get; set; }
Property Value
Type | Description |
---|---|
IList<AutoscalingEvent> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
JobMessages
Messages in ascending timestamp order.
Declaration
[JsonProperty("jobMessages")]
public virtual IList<JobMessage> JobMessages { get; set; }
Property Value
Type | Description |
---|---|
IList<JobMessage> |
NextPageToken
The token to obtain the next page of results if there are more.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |