GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1PurgeUserEventsMetadata (google_api_recommendation_engine v0.4.5) View Source
Metadata related to the progress of the PurgeUserEvents operation. This will be returned by the google.longrunning.Operation.metadata field.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Operation create time. -
operationName
(type:String.t
, default:nil
) - The ID of the request / operation.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1PurgeUserEventsMetadata{ createTime: DateTime.t() | nil, operationName: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.