AssistantApiSettingsDeviceDowntimeSettings

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsDeviceDowntimeSettings


Table of Contents ▼

Jump to a specific part of the page:

Description

Specification of times when most features on a device are disabled for certain users. During these periods, the device will respond to most interactions with something like "sorry, I'm sleeping right now". Design: go/home-ft-settings-storage PRD: go/home-family-tools-prd

Attributes List

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

View Attributes

Attributes

  1. schedules (type: list(GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsLabeledDowntimeSchedule), default: nil)
    -
  2. targets (type: list(String.t), default: nil)
    - The set of users of this device that will have these downtime settings applied. Must have at least one element.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsDeviceDowntimeSettings{
schedules: [ GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsLabeledDowntimeSchedule.t() ] | nil,
targets: [String.t()] | nil
}

Function

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

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