MultiscaleFieldPresence

GoogleApi.ContentWarehouse.V1.Model.MultiscaleFieldPresence


Table of Contents ▼

Jump to a specific part of the page:

Description

Defines the presence of a field. This can help distinguish between empty vs. not-present annotations.

Attributes List

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

View Attributes

Attributes

  1. present (type: boolean(), default: nil)
    - Whether the field (data field or pointer) is defined.
  2. wellDefined (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.MultiscaleFieldPresence{
present: boolean() | nil,
wellDefined: String.t() | nil
}

Function

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

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