QualityActionsRingtone

GoogleApi.ContentWarehouse.V1.Model.QualityActionsRingtone


Table of Contents ▼

Jump to a specific part of the page:

Description

Ringtone information used for the notification of timer and alarm.

Attributes List

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

View Attributes

Attributes

  1. pauseDuration (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDuration, default: nil)
    - The delay between each two sounds.
  2. soundUrl (type: list(String.t), default: nil)
    - The sound urls will be used to play.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityActionsRingtone{
pauseDuration: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDuration.t() | nil,
soundUrl: [String.t()] | nil
}

Function

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

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