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

This message contains unregistered user data identified by a UUID

Attributes

  • 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
  • payload (type: String.t, default: nil) - Payload may not be filled in Payload may contain user data
  • uuid (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.