View Source GoogleApi.Batch.V1.Model.ReportAgentStateResponse (google_api_batch v0.6.4)
Response to ReportAgentStateRequest.
Attributes
-
defaultReportInterval(type:String.t, default:nil) - Default report interval override -
minReportInterval(type:String.t, default:nil) - Minimum report interval override -
tasks(type:list(GoogleApi.Batch.V1.Model.AgentTask.t), default:nil) - Tasks assigned to the agent -
useBatchMonitoredResource(type:boolean(), default:nil) - If true, the cloud logging for batch agent will use batch.googleapis.com/Job as monitored resource for Batch job related logging.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Batch.V1.Model.ReportAgentStateResponse{ defaultReportInterval: String.t() | nil, minReportInterval: String.t() | nil, tasks: [GoogleApi.Batch.V1.Model.AgentTask.t()] | nil, useBatchMonitoredResource: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.