VideoUserDataUnregistered

GoogleApi.ContentWarehouse.V1.Model.VideoUserDataUnregistered


Table of Contents ▼

Jump to a specific part of the page:

Description

This message contains unregistered user data identified by a UUID

Attributes List

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

View Attributes

Attributes

  1. count (type: integer(), default: nil)
    - Counts user data with the same uuid and payload If payload size is larger than limit, the payload will be 'Payload size is larger than limit: ' + limit size Count will be for user data with same uuid and payload exceeds limit in this case
  2. payload (type: String.t, default: nil)
    - Payload may not be filled in Payload may contain user data
  3. uuid (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoUserDataUnregistered{
count: integer() | nil,
payload: String.t() | nil,
uuid: String.t() | nil
}

Function

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

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