GeostoreDimensionProto

GoogleApi.ContentWarehouse.V1.Model.GeostoreDimensionProto


Table of Contents ▼

Jump to a specific part of the page:

Description

A dimension with a numerical value and unit. This can be a height, width, or length.

Attributes List

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

View Attributes

Attributes

  1. dimension (type: number(), default: nil)
    -
  2. unit (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreDimensionProto{
dimension: number() | nil,
unit: String.t() | nil
}

Function

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

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