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
employment_status =EmploymentStatusNotNull("active") #EmploymentStatusNotNull | Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) (optional)
138
+
employment_status =EmploymentStatusNotNullNotNullable("active") #EmploymentStatusNotNullNotNullable | Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) (optional)
139
139
140
140
# example passing only required values which don't have defaults set
141
141
# and optional values
@@ -152,7 +152,7 @@ with openapi_client.ApiClient(configuration) as api_client:
**employment_status** | **EmploymentStatusNotNull**| Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) | [optional]
155
+
**employment_status** | **EmploymentStatusNotNullNotNullable**| Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) | [optional]
employment_status =EmploymentStatusNotNull("active") #EmploymentStatusNotNull | Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) (optional)
138
+
employment_status =EmploymentStatusNotNullNotNullable("active") #EmploymentStatusNotNullNotNullable | Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) (optional)
139
139
140
140
# example passing only required values which don't have defaults set
141
141
# and optional values
@@ -152,7 +152,7 @@ with openapi_client.ApiClient(configuration) as api_client:
**employment_status** | **EmploymentStatusNotNull**| Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) | [optional]
155
+
**employment_status** | **EmploymentStatusNotNullNotNullable**| Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) | [optional]
employment_status (EmploymentStatusNotNull): Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) . [optional]
174
+
employment_status (EmploymentStatusNotNullNotNullable): Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) . [optional]
175
175
_return_http_data_only (bool): response data without head status
176
176
code and headers. Default is True.
177
177
_preload_content (bool): if False, the urllib3.HTTPResponse object
employment_status (EmploymentStatusNotNull): Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) . [optional]
174
+
employment_status (EmploymentStatusNotNullNotNullable): Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) . [optional]
175
175
_return_http_data_only (bool): response data without head status
176
176
code and headers. Default is True.
177
177
_preload_content (bool): if False, the urllib3.HTTPResponse object
0 commit comments