google_api_street_view_publish v0.3.0 GoogleApi.StreetViewPublish.V1.Model.Level View Source

Level information containing level number and its corresponding name.

Attributes

  • name (String.t): Required. A name assigned to this Level, restricted to 3 characters. Consider how the elevator buttons would be labeled for this level if there was an elevator. Defaults to: null.
  • number (float()): Floor number, used for ordering. 0 indicates the ground level, 1 indicates the first level above ground level, -1 indicates the first level under ground level. Non-integer values are OK. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.StreetViewPublish.V1.Model.Level{name: any(), number: any()}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.