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

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.