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

Attributes

  • namespace (type: String.t, default: nil) - The name of this namespace.
  • op (type: String.t, default: nil) - This MUST be specified for queries and must NOT be specified for database points.
  • valueDouble (type: float(), default: nil) -
  • valueFloat (type: number(), default: nil) -
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.