View Source GoogleApi.APIM.V1alpha.Model.ObservationJob (google_api_apim v0.3.0)
Message describing ObservationJob object
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. [Output only] Create time stamp -
name
(type:String.t
, default:nil
) - Identifier. name of resource Format: projects/{project}/locations/{location}/observationJobs/{observation_job} -
sources
(type:list(String.t)
, default:nil
) - Optional. These should be of the same kind of source. -
state
(type:String.t
, default:nil
) - Output only. The observation job state -
updateTime
(type:DateTime.t
, default:nil
) - Output only. [Output only] Update time stamp
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.APIM.V1alpha.Model.ObservationJob{ createTime: DateTime.t() | nil, name: String.t() | nil, sources: [String.t()] | nil, state: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.