View Source GoogleApi.ContentWarehouse.V1.Model.QualityActionsRingtone (google_api_content_warehouse v0.4.0)
Ringtone information used for the notification of timer and alarm.
Attributes
-
pauseDuration
(type:GoogleApi.ContentWarehouse.V1.Model.AssistantApiDuration.t
, default:nil
) - The delay between each two sounds. -
soundUrl
(type:list(String.t)
, default:nil
) - The sound urls will be used to play.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityActionsRingtone{ pauseDuration: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDuration.t() | nil, soundUrl: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.