@@ -229,20 +229,20 @@ type Invitee struct {
229229
230230// Participant represents a meeting participant
231231type Participant struct {
232- ID string `json:"id,omitempty"`
233- OrgID string `json:"orgId,omitempty"`
234- Host bool `json:"host,omitempty"`
235- CoHost bool `json:"coHost,omitempty"`
236- SpaceModerator bool `json:"spaceModerator,omitempty"`
237- Email string `json:"email,omitempty"`
238- DisplayName string `json:"displayName,omitempty"`
239- Invitee bool `json:"invitee,omitempty"`
240- Muted bool `json:"muted,omitempty"`
241- State string `json:"state,omitempty"`
242- JoinedTime string `json:"joinedTime,omitempty"`
243- LeftTime string `json:"leftTime,omitempty"`
244- MeetingID string `json:"meetingId,omitempty"`
245- HostEmail string `json:"hostEmail,omitempty"`
232+ ID string `json:"id,omitempty"`
233+ OrgID string `json:"orgId,omitempty"`
234+ Host bool `json:"host,omitempty"`
235+ CoHost bool `json:"coHost,omitempty"`
236+ SpaceModerator bool `json:"spaceModerator,omitempty"`
237+ Email string `json:"email,omitempty"`
238+ DisplayName string `json:"displayName,omitempty"`
239+ Invitee bool `json:"invitee,omitempty"`
240+ Muted bool `json:"muted,omitempty"`
241+ State string `json:"state,omitempty"`
242+ JoinedTime string `json:"joinedTime,omitempty"`
243+ LeftTime string `json:"leftTime,omitempty"`
244+ MeetingID string `json:"meetingId,omitempty"`
245+ HostEmail string `json:"hostEmail,omitempty"`
246246 Devices []ParticipantDevice `json:"devices,omitempty"`
247247 Errors webexsdk.ResourceErrors `json:"errors,omitempty"`
248248}
0 commit comments