View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaCreateMerchantCenterAccountLinkMetadata (google_api_retail v0.19.1)
Common metadata related to the progress of the operations.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Operation create time. -
updateTime
(type:DateTime.t
, default:nil
) - Operation last update time. If the operation is done, this is also the finish time.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaCreateMerchantCenterAccountLinkMetadata{ createTime: DateTime.t() | nil, updateTime: DateTime.t() | nil }