View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1UserInfo (google_api_content_warehouse v0.4.0)

The user information.

Attributes

  • groupIds (type: list(String.t), default: nil) - The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";
  • id (type: String.t, default: nil) - A unique user identification string, as determined by the client. The maximum number of allowed characters is 255. Allowed characters include numbers 0 to 9, uppercase and lowercase letters, and restricted special symbols (:, @, +, -, _, ~) The format is "user:xxxx@example.com";

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1UserInfo{
    groupIds: [String.t()] | nil,
    id: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.