Voting helps other researchers find interesting modules.
These are user configurable permissions representing what the device is allowed to output. Next ID: 11
googlePhotoContent
String.t
nil
guestAccessOutput
GoogleApi.ContentWarehouse.V1.Model.AssistantApiGuestAccessOutput.t
personalData
proactiveNotificationOutput
proactiveOutput
GoogleApi.ContentWarehouse.V1.Model.AssistantApiProactiveOutput.t
youtubeAutoplayRestriction
youtubeContent
youtubeTvContent
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiOutputRestrictions{ googlePhotoContent: String.t() | nil, guestAccessOutput: GoogleApi.ContentWarehouse.V1.Model.AssistantApiGuestAccessOutput.t() | nil, personalData: String.t() | nil, proactiveNotificationOutput: String.t() | nil, proactiveOutput: GoogleApi.ContentWarehouse.V1.Model.AssistantApiProactiveOutput.t() | nil, youtubeAutoplayRestriction: String.t() | nil, youtubeContent: String.t() | nil, youtubeTvContent: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()