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

Attributes

  • defaultVolumePercentage (type: integer(), default: nil) - The volume percentages for spelled out values.
  • highVolumePercentage (type: integer(), default: nil) -
  • levelStepSize (type: float(), default: nil) - The number of levels to move for a step.
  • lowVolumePercentage (type: integer(), default: nil) -
  • maximumVolumeLevel (type: integer(), default: nil) - The max number of volume levels the client supports.
  • mediumVolumePercentage (type: integer(), default: nil) -
  • veryHighVolumePercentage (type: integer(), default: nil) -
  • veryLowVolumePercentage (type: integer(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiVolumeProperties{
  defaultVolumePercentage: integer() | nil,
  highVolumePercentage: integer() | nil,
  levelStepSize: float() | nil,
  lowVolumePercentage: integer() | nil,
  maximumVolumeLevel: integer() | nil,
  mediumVolumePercentage: integer() | nil,
  veryHighVolumePercentage: integer() | nil,
  veryLowVolumePercentage: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.