SecurityCredentialsEventProto

GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsEventProto


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents the invitees or other users associated with a Google+ Event (see http://goto/events-backend-design).

Attributes List

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

View Attributes

Attributes

  1. eventId (type: String.t, default: nil)
    - Event IDs consist of alphanumeric characters and colons. Currently required.
  2. memberType (type: integer(), default: nil)
    - The type of Event members to consider, e.g. "all members" vs. "owners" vs. "admins". These are defined by legacy_relation_id values in social.graph.storage.EdgeTypeEnum.EdgeType enum options in social/graph/storage/proto/id.proto. See event.pb (defined in production/config/cdd/socialgraph/mixer_config/prod/node_type_config) for all valid edge types associated with event. Currently required.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsEventProto{
eventId: String.t() | nil,
memberType: integer() | nil
}

Function

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

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