View Source GoogleApi.Redis.V1.Model.UserLabels (google_api_redis v0.50.0)
Message type for storing user labels. User labels are used to tag App Engine resources, allowing users to search for resources matching a set of labels and to aggregate usage data by labels.
Attributes
-
labels
(type:map()
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Redis.V1.Model.UserLabels{labels: map() | nil}