GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1SubmitUriMetadata (google_api_web_risk v0.2.0) View Source
Metadata for the Submit URI long-running operation.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Creation time of the operation. -
state
(type:String.t
, default:nil
) - The state of the operation. -
updateTime
(type:DateTime.t
, default:nil
) - Latest update time of the operation.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1SubmitUriMetadata{ createTime: DateTime.t() | nil, state: String.t() | nil, updateTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.