View Source GoogleApi.Looker.V1.Model.UserMetadata (google_api_looker v0.5.1)

Metadata about users for a Looker instance.

Attributes

  • additionalDeveloperUserCount (type: integer(), default: nil) - Optional. The number of additional developer users the instance owner has purchased.
  • additionalStandardUserCount (type: integer(), default: nil) - Optional. The number of additional standard users the instance owner has purchased.
  • additionalViewerUserCount (type: integer(), default: nil) - Optional. The number of additional viewer users the instance owner has purchased.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Looker.V1.Model.UserMetadata{
  additionalDeveloperUserCount: integer() | nil,
  additionalStandardUserCount: integer() | nil,
  additionalViewerUserCount: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.