GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1UsageSignal (google_api_data_catalog v0.25.0) View Source

The 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"}.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1UsageSignal{
    updateTime: DateTime.t() | nil,
    usageWithinTimeRange:
      %{
        optional(String.t()) =>
          GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1UsageStats.t()
      }
      | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.