GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1UsageSignal (google_api_data_catalog v0.32.2)
View SourceThe set of all usage signals that we store in Data Catalog.
Attributes
-
updateTime
(type:DateTime.t
, default:nil
) - The timestamp of the end of the usage statistics duration. -
usageWithinTimeRange
(type:%{optional(String.t) => GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1UsageStats.t}
, default:nil
) - Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1UsageSignal{ updateTime: DateTime.t() | nil, usageWithinTimeRange: %{ optional(String.t()) => GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1UsageStats.t() } | nil }