GoogleCloudContentwarehouseV1UserInfo

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1UserInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

The user information.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. groupIds (type: list(String.t), default: nil)
    - The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";
  2. 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";

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1UserInfo