AssistantApiVolumeProperties

GoogleApi.ContentWarehouse.V1.Model.AssistantApiVolumeProperties


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

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

Type

@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
}

Function

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

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