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

How the object will be moved along the x, y, and z axes, respectively.

Attributes

  • x (type: float(), default: nil) -
  • y (type: float(), default: nil) -
  • z (type: float(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoTransformTranslate{
    x: float() | nil,
    y: float() | nil,
    z: float() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.