MultiscaleLayerPresence

GoogleApi.ContentWarehouse.V1.Model.MultiscaleLayerPresence


Table of Contents ▼

Jump to a specific part of the page:

Description

Defines the presence of a layer (previously called "scale").

Attributes List

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

View Attributes

Attributes

  1. implicitLength (type: integer(), default: nil)
    - If the layer is not materialized but things point into it, this gives the effective length.
  2. present (type: boolean(), default: nil)
    - Whether the layer is present.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.MultiscaleLayerPresence{
implicitLength: integer() | nil,
present: boolean() | nil
}

Function

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

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