ResearchScamNumericRestrictNamespace

GoogleApi.ContentWarehouse.V1.Model.ResearchScamNumericRestrictNamespace


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. namespace (type: String.t, default: nil)
    - The name of this namespace.
  2. op (type: String.t, default: nil)
    - This MUST be specified for queries and must NOT be specified for database points.
  3. valueDouble (type: float(), default: nil)
    -
  4. valueFloat (type: number(), default: nil)
    -
  5. valueInt (type: String.t, default: nil)
    - NOTE: Integers are represented in 64 bits here, but if all integer values for a given namespace fit in a narrower integer type (e.g. int8), we use the narrower integer type internally, increasing performance.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScamNumericRestrictNamespace{
namespace: String.t() | nil,
op: String.t() | nil,
valueDouble: float() | nil,
valueFloat: number() | nil,
valueInt: String.t() | nil
}

Function

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

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