You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generator/models/meeting_registrants.yaml
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ methods:
9
9
url_parameters:
10
10
- name: meetingId
11
11
description: Unique identifier for the meeting.
12
-
type: basestring
12
+
type: str
13
13
query_parameters:
14
14
- name: max
15
15
description: Limit the maximum number of registrants in the response, up to 100.
@@ -18,82 +18,82 @@ query_parameters:
18
18
- name: hostEmail
19
19
description: Email address for the meeting host.
20
20
optional: True
21
-
type: basestring
21
+
type: str
22
22
- name: current
23
23
description: Whether or not to retrieve only the current scheduled meeting of the meeting series, i.e. the meeting ready to join or start or the upcoming meeting of the meeting series.
24
24
optional: True
25
25
type: bool
26
26
- name: email
27
27
description: Registrant's email to filter registrants.
28
28
optional: True
29
-
type: basestring
29
+
type: str
30
30
- name: registrationTimeFrom
31
31
description: The time registrants register a meeting starts from the specified date and time (inclusive) in any ISO 8601 compliant format.
32
32
optional: True
33
-
type: basestring
33
+
type: str
34
34
- name: registrationTimeTo
35
35
description: The time registrants register a meeting before the specified date and time (exclusive) in any ISO 8601 compliant format.
36
36
optional: True
37
-
type: basestring
37
+
type: str
38
38
list:
39
39
properties:
40
40
- name: registrantId
41
41
description: New registrant's ID.
42
-
type: basestring
42
+
type: str
43
43
- name: status
44
44
description: New registrant's status.
45
-
type: basestring
45
+
type: str
46
46
- name: firstName
47
47
description: Registrant's first name.
48
-
type: basestring
48
+
type: str
49
49
- name: lastName
50
50
description: Registrant's last name.
51
-
type: basestring
51
+
type: str
52
52
- name: email
53
53
description: Registrant's email.
54
-
type: basestring
54
+
type: str
55
55
- name: jobTitle
56
56
description: Registrant's job title.
57
-
type: basestring
57
+
type: str
58
58
- name: companyName
59
59
description: Registrant's company.
60
-
type: basestring
60
+
type: str
61
61
- name: address1
62
62
description: Registrant's first address line.
63
-
type: basestring
63
+
type: str
64
64
- name: address2
65
65
description: Registrant's second address line.
66
-
type: basestring
66
+
type: str
67
67
- name: city
68
68
description: Registrant's city name.
69
-
type: basestring
69
+
type: str
70
70
- name: state
71
71
description: Registrant's state.
72
-
type: basestring
72
+
type: str
73
73
- name: zipCode
74
74
description: Registrant's postal code.
75
75
type: int
76
76
- name: countryRegion
77
77
description: Registrant's country or region.
78
-
type: basestring
78
+
type: str
79
79
- name: workPhone
80
80
description: Registrant's work phone number.
81
-
type: basestring
81
+
type: str
82
82
- name: fax
83
83
description: Registrant's FAX number.
84
-
type: basestring
84
+
type: str
85
85
- name: registrationTime
86
86
description: Registrant's registration time.
87
-
type: basestring
87
+
type: str
88
88
- name: customizedQuestions
89
89
description: List of registrant's answers for customized questions,
0 commit comments