View Source GoogleApi.Redis.V1.Model.CustomMetadataData (google_api_redis v0.50.0)
Any custom metadata associated with the resource. e.g. A spanner instance can have multiple databases with its own unique metadata. Information for these individual databases can be captured in custom metadata data
Attributes
-
internalResourceMetadata
(type:list(GoogleApi.Redis.V1.Model.InternalResourceMetadata.t)
, default:nil
) - Metadata for individual internal resources in an instance. e.g. spanner instance can have multiple databases with unique configuration.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Redis.V1.Model.CustomMetadataData{ internalResourceMetadata: [GoogleApi.Redis.V1.Model.InternalResourceMetadata.t()] | nil }