MediaIndexXtag

GoogleApi.ContentWarehouse.V1.Model.MediaIndexXtag


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. name (type: String.t, default: nil)
    - Names are all stored case-sensitive, and no case-folding is done for comparisons.
  2. value (type: String.t, default: nil)
    - The value associated with this Xtag. Values are all stored case-sensitive, and no case-folding is done for comparisons.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.MediaIndexXtag{
name: String.t() | nil,
value: String.t() | nil
}

Function

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

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