GoogleApi.Tasks.V1.Model.SpaceInfo (google_api_tasks v0.17.0)
View SourceInformation about the Chat Space where a task was assigned from.
Attributes
-
space
(type:String.t
, default:nil
) - Output only. The Chat space where this task originates from. The format is "spaces/{space}".
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Tasks.V1.Model.SpaceInfo{space: String.t() | nil}