Procore.Model.MeetingTopic (procore_sdk v0.3.0)
Meeting topic object
Summary
Types
@type t() :: %Procore.Model.MeetingTopic{ added_under_agenda: boolean() | nil, assignment_ids: [Procore.Model.MeetingTopicAssignmentIdsInner.t()] | nil, closed_at: DateTime.t() | nil, description: String.t() | nil, due_date: Date.t() | nil, is_private: boolean() | nil, meeting_category_id: integer() | nil, meeting_wide_number: integer() | nil, minutes: String.t() | nil, priority: String.t() | nil, status: String.t() | nil, title: String.t() | nil }
Functions
Link to this function