Voting helps other researchers find interesting modules.
Log about the query requirements
deviceAnnotation
GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceAnnotationLog.t
nil
deviceAnnotations
list(GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceAnnotationLog.t)
providerAnnotation
GoogleApi.ContentWarehouse.V1.Model.AssistantLogsProviderAnnotationLog.t
roomAnnotation
GoogleApi.ContentWarehouse.V1.Model.AssistantLogsRoomAnnotationLog.t
roomAnnotations
list(GoogleApi.ContentWarehouse.V1.Model.AssistantLogsRoomAnnotationLog.t)
structureAnnotations
list(GoogleApi.ContentWarehouse.V1.Model.AssistantLogsStructureAnnotationLog.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantLogsQueryAnnotationLog{ deviceAnnotation: GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceAnnotationLog.t() | nil, deviceAnnotations: [GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceAnnotationLog.t()] | nil, providerAnnotation: GoogleApi.ContentWarehouse.V1.Model.AssistantLogsProviderAnnotationLog.t() | nil, roomAnnotation: GoogleApi.ContentWarehouse.V1.Model.AssistantLogsRoomAnnotationLog.t() | nil, roomAnnotations: [GoogleApi.ContentWarehouse.V1.Model.AssistantLogsRoomAnnotationLog.t()] | nil, structureAnnotations: [ GoogleApi.ContentWarehouse.V1.Model.AssistantLogsStructureAnnotationLog.t() ] | nil }
@spec decode(struct(), keyword()) :: struct()