docusign_esign.models.report_in_product_get

DocuSign REST API

The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501

OpenAPI spec version: v2.1 Contact: devcenter@docusign.com Generated by: https://github.com/swagger-api/swagger-codegen.git

  1# coding: utf-8
  2
  3"""
  4    DocuSign REST API
  5
  6    The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign.  # noqa: E501
  7
  8    OpenAPI spec version: v2.1
  9    Contact: devcenter@docusign.com
 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
 11"""
 12
 13
 14import pprint
 15import re  # noqa: F401
 16
 17import six
 18
 19from docusign_esign.client.configuration import Configuration
 20
 21
 22class ReportInProductGet(object):
 23    """NOTE: This class is auto generated by the swagger code generator program.
 24
 25    Do not edit the class manually.
 26    """
 27
 28    """
 29    Attributes:
 30      swagger_types (dict): The key is attribute name
 31                            and the value is attribute type.
 32      attribute_map (dict): The key is attribute name
 33                            and the value is json key in definition.
 34    """
 35    swagger_types = {
 36        'authentication_success_filter': 'str',
 37        'custom_field_filter': 'str',
 38        'date_range_custom_from_date': 'str',
 39        'date_range_custom_to_date': 'str',
 40        'date_range_filter': 'str',
 41        'display_order': 'str',
 42        'envelope_date_type_filter': 'str',
 43        'envelope_recipient_name_contains_filter': 'str',
 44        'envelope_status_filter': 'str',
 45        'envelope_subject_contains_filter': 'str',
 46        'fields': 'list[ReportInProductField]',
 47        'last_scheduled_execution_date': 'str',
 48        'last_scheduled_execution_success_date': 'str',
 49        'max_download_rows': 'str',
 50        'max_grid_rows': 'str',
 51        'max_scheduled_rows': 'str',
 52        'period_length_filter': 'str',
 53        'report_customized_id': 'str',
 54        'report_description': 'str',
 55        'report_id': 'str',
 56        'report_name': 'str',
 57        'report_type': 'str',
 58        'run_uri': 'str',
 59        'save_uri': 'str',
 60        'schedule_id': 'str',
 61        'sent_by_details': 'ReportInProductSentByDetails',
 62        'sent_by_filter': 'str',
 63        'sent_by_ids': 'str',
 64        'sort_field_direction': 'str',
 65        'sort_field_name': 'str',
 66        'verification_status_filter': 'str'
 67    }
 68
 69    attribute_map = {
 70        'authentication_success_filter': 'authenticationSuccessFilter',
 71        'custom_field_filter': 'customFieldFilter',
 72        'date_range_custom_from_date': 'dateRangeCustomFromDate',
 73        'date_range_custom_to_date': 'dateRangeCustomToDate',
 74        'date_range_filter': 'dateRangeFilter',
 75        'display_order': 'displayOrder',
 76        'envelope_date_type_filter': 'envelopeDateTypeFilter',
 77        'envelope_recipient_name_contains_filter': 'envelopeRecipientNameContainsFilter',
 78        'envelope_status_filter': 'envelopeStatusFilter',
 79        'envelope_subject_contains_filter': 'envelopeSubjectContainsFilter',
 80        'fields': 'fields',
 81        'last_scheduled_execution_date': 'lastScheduledExecutionDate',
 82        'last_scheduled_execution_success_date': 'lastScheduledExecutionSuccessDate',
 83        'max_download_rows': 'maxDownloadRows',
 84        'max_grid_rows': 'maxGridRows',
 85        'max_scheduled_rows': 'maxScheduledRows',
 86        'period_length_filter': 'periodLengthFilter',
 87        'report_customized_id': 'reportCustomizedId',
 88        'report_description': 'reportDescription',
 89        'report_id': 'reportId',
 90        'report_name': 'reportName',
 91        'report_type': 'reportType',
 92        'run_uri': 'runUri',
 93        'save_uri': 'saveUri',
 94        'schedule_id': 'scheduleId',
 95        'sent_by_details': 'sentByDetails',
 96        'sent_by_filter': 'sentByFilter',
 97        'sent_by_ids': 'sentByIds',
 98        'sort_field_direction': 'sortFieldDirection',
 99        'sort_field_name': 'sortFieldName',
100        'verification_status_filter': 'verificationStatusFilter'
101    }
102
103    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
104        """ReportInProductGet - a model defined in Swagger"""  # noqa: E501
105        if _configuration is None:
106            _configuration = Configuration()
107        self._configuration = _configuration
108
109        self._authentication_success_filter = None
110        self._custom_field_filter = None
111        self._date_range_custom_from_date = None
112        self._date_range_custom_to_date = None
113        self._date_range_filter = None
114        self._display_order = None
115        self._envelope_date_type_filter = None
116        self._envelope_recipient_name_contains_filter = None
117        self._envelope_status_filter = None
118        self._envelope_subject_contains_filter = None
119        self._fields = None
120        self._last_scheduled_execution_date = None
121        self._last_scheduled_execution_success_date = None
122        self._max_download_rows = None
123        self._max_grid_rows = None
124        self._max_scheduled_rows = None
125        self._period_length_filter = None
126        self._report_customized_id = None
127        self._report_description = None
128        self._report_id = None
129        self._report_name = None
130        self._report_type = None
131        self._run_uri = None
132        self._save_uri = None
133        self._schedule_id = None
134        self._sent_by_details = None
135        self._sent_by_filter = None
136        self._sent_by_ids = None
137        self._sort_field_direction = None
138        self._sort_field_name = None
139        self._verification_status_filter = None
140        self.discriminator = None
141
142        setattr(self, "_{}".format('authentication_success_filter'), kwargs.get('authentication_success_filter', None))
143        setattr(self, "_{}".format('custom_field_filter'), kwargs.get('custom_field_filter', None))
144        setattr(self, "_{}".format('date_range_custom_from_date'), kwargs.get('date_range_custom_from_date', None))
145        setattr(self, "_{}".format('date_range_custom_to_date'), kwargs.get('date_range_custom_to_date', None))
146        setattr(self, "_{}".format('date_range_filter'), kwargs.get('date_range_filter', None))
147        setattr(self, "_{}".format('display_order'), kwargs.get('display_order', None))
148        setattr(self, "_{}".format('envelope_date_type_filter'), kwargs.get('envelope_date_type_filter', None))
149        setattr(self, "_{}".format('envelope_recipient_name_contains_filter'), kwargs.get('envelope_recipient_name_contains_filter', None))
150        setattr(self, "_{}".format('envelope_status_filter'), kwargs.get('envelope_status_filter', None))
151        setattr(self, "_{}".format('envelope_subject_contains_filter'), kwargs.get('envelope_subject_contains_filter', None))
152        setattr(self, "_{}".format('fields'), kwargs.get('fields', None))
153        setattr(self, "_{}".format('last_scheduled_execution_date'), kwargs.get('last_scheduled_execution_date', None))
154        setattr(self, "_{}".format('last_scheduled_execution_success_date'), kwargs.get('last_scheduled_execution_success_date', None))
155        setattr(self, "_{}".format('max_download_rows'), kwargs.get('max_download_rows', None))
156        setattr(self, "_{}".format('max_grid_rows'), kwargs.get('max_grid_rows', None))
157        setattr(self, "_{}".format('max_scheduled_rows'), kwargs.get('max_scheduled_rows', None))
158        setattr(self, "_{}".format('period_length_filter'), kwargs.get('period_length_filter', None))
159        setattr(self, "_{}".format('report_customized_id'), kwargs.get('report_customized_id', None))
160        setattr(self, "_{}".format('report_description'), kwargs.get('report_description', None))
161        setattr(self, "_{}".format('report_id'), kwargs.get('report_id', None))
162        setattr(self, "_{}".format('report_name'), kwargs.get('report_name', None))
163        setattr(self, "_{}".format('report_type'), kwargs.get('report_type', None))
164        setattr(self, "_{}".format('run_uri'), kwargs.get('run_uri', None))
165        setattr(self, "_{}".format('save_uri'), kwargs.get('save_uri', None))
166        setattr(self, "_{}".format('schedule_id'), kwargs.get('schedule_id', None))
167        setattr(self, "_{}".format('sent_by_details'), kwargs.get('sent_by_details', None))
168        setattr(self, "_{}".format('sent_by_filter'), kwargs.get('sent_by_filter', None))
169        setattr(self, "_{}".format('sent_by_ids'), kwargs.get('sent_by_ids', None))
170        setattr(self, "_{}".format('sort_field_direction'), kwargs.get('sort_field_direction', None))
171        setattr(self, "_{}".format('sort_field_name'), kwargs.get('sort_field_name', None))
172        setattr(self, "_{}".format('verification_status_filter'), kwargs.get('verification_status_filter', None))
173
174    @property
175    def authentication_success_filter(self):
176        """Gets the authentication_success_filter of this ReportInProductGet.  # noqa: E501
177
178          # noqa: E501
179
180        :return: The authentication_success_filter of this ReportInProductGet.  # noqa: E501
181        :rtype: str
182        """
183        return self._authentication_success_filter
184
185    @authentication_success_filter.setter
186    def authentication_success_filter(self, authentication_success_filter):
187        """Sets the authentication_success_filter of this ReportInProductGet.
188
189          # noqa: E501
190
191        :param authentication_success_filter: The authentication_success_filter of this ReportInProductGet.  # noqa: E501
192        :type: str
193        """
194
195        self._authentication_success_filter = authentication_success_filter
196
197    @property
198    def custom_field_filter(self):
199        """Gets the custom_field_filter of this ReportInProductGet.  # noqa: E501
200
201          # noqa: E501
202
203        :return: The custom_field_filter of this ReportInProductGet.  # noqa: E501
204        :rtype: str
205        """
206        return self._custom_field_filter
207
208    @custom_field_filter.setter
209    def custom_field_filter(self, custom_field_filter):
210        """Sets the custom_field_filter of this ReportInProductGet.
211
212          # noqa: E501
213
214        :param custom_field_filter: The custom_field_filter of this ReportInProductGet.  # noqa: E501
215        :type: str
216        """
217
218        self._custom_field_filter = custom_field_filter
219
220    @property
221    def date_range_custom_from_date(self):
222        """Gets the date_range_custom_from_date of this ReportInProductGet.  # noqa: E501
223
224          # noqa: E501
225
226        :return: The date_range_custom_from_date of this ReportInProductGet.  # noqa: E501
227        :rtype: str
228        """
229        return self._date_range_custom_from_date
230
231    @date_range_custom_from_date.setter
232    def date_range_custom_from_date(self, date_range_custom_from_date):
233        """Sets the date_range_custom_from_date of this ReportInProductGet.
234
235          # noqa: E501
236
237        :param date_range_custom_from_date: The date_range_custom_from_date of this ReportInProductGet.  # noqa: E501
238        :type: str
239        """
240
241        self._date_range_custom_from_date = date_range_custom_from_date
242
243    @property
244    def date_range_custom_to_date(self):
245        """Gets the date_range_custom_to_date of this ReportInProductGet.  # noqa: E501
246
247          # noqa: E501
248
249        :return: The date_range_custom_to_date of this ReportInProductGet.  # noqa: E501
250        :rtype: str
251        """
252        return self._date_range_custom_to_date
253
254    @date_range_custom_to_date.setter
255    def date_range_custom_to_date(self, date_range_custom_to_date):
256        """Sets the date_range_custom_to_date of this ReportInProductGet.
257
258          # noqa: E501
259
260        :param date_range_custom_to_date: The date_range_custom_to_date of this ReportInProductGet.  # noqa: E501
261        :type: str
262        """
263
264        self._date_range_custom_to_date = date_range_custom_to_date
265
266    @property
267    def date_range_filter(self):
268        """Gets the date_range_filter of this ReportInProductGet.  # noqa: E501
269
270          # noqa: E501
271
272        :return: The date_range_filter of this ReportInProductGet.  # noqa: E501
273        :rtype: str
274        """
275        return self._date_range_filter
276
277    @date_range_filter.setter
278    def date_range_filter(self, date_range_filter):
279        """Sets the date_range_filter of this ReportInProductGet.
280
281          # noqa: E501
282
283        :param date_range_filter: The date_range_filter of this ReportInProductGet.  # noqa: E501
284        :type: str
285        """
286
287        self._date_range_filter = date_range_filter
288
289    @property
290    def display_order(self):
291        """Gets the display_order of this ReportInProductGet.  # noqa: E501
292
293          # noqa: E501
294
295        :return: The display_order of this ReportInProductGet.  # noqa: E501
296        :rtype: str
297        """
298        return self._display_order
299
300    @display_order.setter
301    def display_order(self, display_order):
302        """Sets the display_order of this ReportInProductGet.
303
304          # noqa: E501
305
306        :param display_order: The display_order of this ReportInProductGet.  # noqa: E501
307        :type: str
308        """
309
310        self._display_order = display_order
311
312    @property
313    def envelope_date_type_filter(self):
314        """Gets the envelope_date_type_filter of this ReportInProductGet.  # noqa: E501
315
316          # noqa: E501
317
318        :return: The envelope_date_type_filter of this ReportInProductGet.  # noqa: E501
319        :rtype: str
320        """
321        return self._envelope_date_type_filter
322
323    @envelope_date_type_filter.setter
324    def envelope_date_type_filter(self, envelope_date_type_filter):
325        """Sets the envelope_date_type_filter of this ReportInProductGet.
326
327          # noqa: E501
328
329        :param envelope_date_type_filter: The envelope_date_type_filter of this ReportInProductGet.  # noqa: E501
330        :type: str
331        """
332
333        self._envelope_date_type_filter = envelope_date_type_filter
334
335    @property
336    def envelope_recipient_name_contains_filter(self):
337        """Gets the envelope_recipient_name_contains_filter of this ReportInProductGet.  # noqa: E501
338
339          # noqa: E501
340
341        :return: The envelope_recipient_name_contains_filter of this ReportInProductGet.  # noqa: E501
342        :rtype: str
343        """
344        return self._envelope_recipient_name_contains_filter
345
346    @envelope_recipient_name_contains_filter.setter
347    def envelope_recipient_name_contains_filter(self, envelope_recipient_name_contains_filter):
348        """Sets the envelope_recipient_name_contains_filter of this ReportInProductGet.
349
350          # noqa: E501
351
352        :param envelope_recipient_name_contains_filter: The envelope_recipient_name_contains_filter of this ReportInProductGet.  # noqa: E501
353        :type: str
354        """
355
356        self._envelope_recipient_name_contains_filter = envelope_recipient_name_contains_filter
357
358    @property
359    def envelope_status_filter(self):
360        """Gets the envelope_status_filter of this ReportInProductGet.  # noqa: E501
361
362          # noqa: E501
363
364        :return: The envelope_status_filter of this ReportInProductGet.  # noqa: E501
365        :rtype: str
366        """
367        return self._envelope_status_filter
368
369    @envelope_status_filter.setter
370    def envelope_status_filter(self, envelope_status_filter):
371        """Sets the envelope_status_filter of this ReportInProductGet.
372
373          # noqa: E501
374
375        :param envelope_status_filter: The envelope_status_filter of this ReportInProductGet.  # noqa: E501
376        :type: str
377        """
378
379        self._envelope_status_filter = envelope_status_filter
380
381    @property
382    def envelope_subject_contains_filter(self):
383        """Gets the envelope_subject_contains_filter of this ReportInProductGet.  # noqa: E501
384
385          # noqa: E501
386
387        :return: The envelope_subject_contains_filter of this ReportInProductGet.  # noqa: E501
388        :rtype: str
389        """
390        return self._envelope_subject_contains_filter
391
392    @envelope_subject_contains_filter.setter
393    def envelope_subject_contains_filter(self, envelope_subject_contains_filter):
394        """Sets the envelope_subject_contains_filter of this ReportInProductGet.
395
396          # noqa: E501
397
398        :param envelope_subject_contains_filter: The envelope_subject_contains_filter of this ReportInProductGet.  # noqa: E501
399        :type: str
400        """
401
402        self._envelope_subject_contains_filter = envelope_subject_contains_filter
403
404    @property
405    def fields(self):
406        """Gets the fields of this ReportInProductGet.  # noqa: E501
407
408          # noqa: E501
409
410        :return: The fields of this ReportInProductGet.  # noqa: E501
411        :rtype: list[ReportInProductField]
412        """
413        return self._fields
414
415    @fields.setter
416    def fields(self, fields):
417        """Sets the fields of this ReportInProductGet.
418
419          # noqa: E501
420
421        :param fields: The fields of this ReportInProductGet.  # noqa: E501
422        :type: list[ReportInProductField]
423        """
424
425        self._fields = fields
426
427    @property
428    def last_scheduled_execution_date(self):
429        """Gets the last_scheduled_execution_date of this ReportInProductGet.  # noqa: E501
430
431          # noqa: E501
432
433        :return: The last_scheduled_execution_date of this ReportInProductGet.  # noqa: E501
434        :rtype: str
435        """
436        return self._last_scheduled_execution_date
437
438    @last_scheduled_execution_date.setter
439    def last_scheduled_execution_date(self, last_scheduled_execution_date):
440        """Sets the last_scheduled_execution_date of this ReportInProductGet.
441
442          # noqa: E501
443
444        :param last_scheduled_execution_date: The last_scheduled_execution_date of this ReportInProductGet.  # noqa: E501
445        :type: str
446        """
447
448        self._last_scheduled_execution_date = last_scheduled_execution_date
449
450    @property
451    def last_scheduled_execution_success_date(self):
452        """Gets the last_scheduled_execution_success_date of this ReportInProductGet.  # noqa: E501
453
454          # noqa: E501
455
456        :return: The last_scheduled_execution_success_date of this ReportInProductGet.  # noqa: E501
457        :rtype: str
458        """
459        return self._last_scheduled_execution_success_date
460
461    @last_scheduled_execution_success_date.setter
462    def last_scheduled_execution_success_date(self, last_scheduled_execution_success_date):
463        """Sets the last_scheduled_execution_success_date of this ReportInProductGet.
464
465          # noqa: E501
466
467        :param last_scheduled_execution_success_date: The last_scheduled_execution_success_date of this ReportInProductGet.  # noqa: E501
468        :type: str
469        """
470
471        self._last_scheduled_execution_success_date = last_scheduled_execution_success_date
472
473    @property
474    def max_download_rows(self):
475        """Gets the max_download_rows of this ReportInProductGet.  # noqa: E501
476
477          # noqa: E501
478
479        :return: The max_download_rows of this ReportInProductGet.  # noqa: E501
480        :rtype: str
481        """
482        return self._max_download_rows
483
484    @max_download_rows.setter
485    def max_download_rows(self, max_download_rows):
486        """Sets the max_download_rows of this ReportInProductGet.
487
488          # noqa: E501
489
490        :param max_download_rows: The max_download_rows of this ReportInProductGet.  # noqa: E501
491        :type: str
492        """
493
494        self._max_download_rows = max_download_rows
495
496    @property
497    def max_grid_rows(self):
498        """Gets the max_grid_rows of this ReportInProductGet.  # noqa: E501
499
500          # noqa: E501
501
502        :return: The max_grid_rows of this ReportInProductGet.  # noqa: E501
503        :rtype: str
504        """
505        return self._max_grid_rows
506
507    @max_grid_rows.setter
508    def max_grid_rows(self, max_grid_rows):
509        """Sets the max_grid_rows of this ReportInProductGet.
510
511          # noqa: E501
512
513        :param max_grid_rows: The max_grid_rows of this ReportInProductGet.  # noqa: E501
514        :type: str
515        """
516
517        self._max_grid_rows = max_grid_rows
518
519    @property
520    def max_scheduled_rows(self):
521        """Gets the max_scheduled_rows of this ReportInProductGet.  # noqa: E501
522
523          # noqa: E501
524
525        :return: The max_scheduled_rows of this ReportInProductGet.  # noqa: E501
526        :rtype: str
527        """
528        return self._max_scheduled_rows
529
530    @max_scheduled_rows.setter
531    def max_scheduled_rows(self, max_scheduled_rows):
532        """Sets the max_scheduled_rows of this ReportInProductGet.
533
534          # noqa: E501
535
536        :param max_scheduled_rows: The max_scheduled_rows of this ReportInProductGet.  # noqa: E501
537        :type: str
538        """
539
540        self._max_scheduled_rows = max_scheduled_rows
541
542    @property
543    def period_length_filter(self):
544        """Gets the period_length_filter of this ReportInProductGet.  # noqa: E501
545
546          # noqa: E501
547
548        :return: The period_length_filter of this ReportInProductGet.  # noqa: E501
549        :rtype: str
550        """
551        return self._period_length_filter
552
553    @period_length_filter.setter
554    def period_length_filter(self, period_length_filter):
555        """Sets the period_length_filter of this ReportInProductGet.
556
557          # noqa: E501
558
559        :param period_length_filter: The period_length_filter of this ReportInProductGet.  # noqa: E501
560        :type: str
561        """
562
563        self._period_length_filter = period_length_filter
564
565    @property
566    def report_customized_id(self):
567        """Gets the report_customized_id of this ReportInProductGet.  # noqa: E501
568
569          # noqa: E501
570
571        :return: The report_customized_id of this ReportInProductGet.  # noqa: E501
572        :rtype: str
573        """
574        return self._report_customized_id
575
576    @report_customized_id.setter
577    def report_customized_id(self, report_customized_id):
578        """Sets the report_customized_id of this ReportInProductGet.
579
580          # noqa: E501
581
582        :param report_customized_id: The report_customized_id of this ReportInProductGet.  # noqa: E501
583        :type: str
584        """
585
586        self._report_customized_id = report_customized_id
587
588    @property
589    def report_description(self):
590        """Gets the report_description of this ReportInProductGet.  # noqa: E501
591
592          # noqa: E501
593
594        :return: The report_description of this ReportInProductGet.  # noqa: E501
595        :rtype: str
596        """
597        return self._report_description
598
599    @report_description.setter
600    def report_description(self, report_description):
601        """Sets the report_description of this ReportInProductGet.
602
603          # noqa: E501
604
605        :param report_description: The report_description of this ReportInProductGet.  # noqa: E501
606        :type: str
607        """
608
609        self._report_description = report_description
610
611    @property
612    def report_id(self):
613        """Gets the report_id of this ReportInProductGet.  # noqa: E501
614
615          # noqa: E501
616
617        :return: The report_id of this ReportInProductGet.  # noqa: E501
618        :rtype: str
619        """
620        return self._report_id
621
622    @report_id.setter
623    def report_id(self, report_id):
624        """Sets the report_id of this ReportInProductGet.
625
626          # noqa: E501
627
628        :param report_id: The report_id of this ReportInProductGet.  # noqa: E501
629        :type: str
630        """
631
632        self._report_id = report_id
633
634    @property
635    def report_name(self):
636        """Gets the report_name of this ReportInProductGet.  # noqa: E501
637
638          # noqa: E501
639
640        :return: The report_name of this ReportInProductGet.  # noqa: E501
641        :rtype: str
642        """
643        return self._report_name
644
645    @report_name.setter
646    def report_name(self, report_name):
647        """Sets the report_name of this ReportInProductGet.
648
649          # noqa: E501
650
651        :param report_name: The report_name of this ReportInProductGet.  # noqa: E501
652        :type: str
653        """
654
655        self._report_name = report_name
656
657    @property
658    def report_type(self):
659        """Gets the report_type of this ReportInProductGet.  # noqa: E501
660
661          # noqa: E501
662
663        :return: The report_type of this ReportInProductGet.  # noqa: E501
664        :rtype: str
665        """
666        return self._report_type
667
668    @report_type.setter
669    def report_type(self, report_type):
670        """Sets the report_type of this ReportInProductGet.
671
672          # noqa: E501
673
674        :param report_type: The report_type of this ReportInProductGet.  # noqa: E501
675        :type: str
676        """
677
678        self._report_type = report_type
679
680    @property
681    def run_uri(self):
682        """Gets the run_uri of this ReportInProductGet.  # noqa: E501
683
684          # noqa: E501
685
686        :return: The run_uri of this ReportInProductGet.  # noqa: E501
687        :rtype: str
688        """
689        return self._run_uri
690
691    @run_uri.setter
692    def run_uri(self, run_uri):
693        """Sets the run_uri of this ReportInProductGet.
694
695          # noqa: E501
696
697        :param run_uri: The run_uri of this ReportInProductGet.  # noqa: E501
698        :type: str
699        """
700
701        self._run_uri = run_uri
702
703    @property
704    def save_uri(self):
705        """Gets the save_uri of this ReportInProductGet.  # noqa: E501
706
707          # noqa: E501
708
709        :return: The save_uri of this ReportInProductGet.  # noqa: E501
710        :rtype: str
711        """
712        return self._save_uri
713
714    @save_uri.setter
715    def save_uri(self, save_uri):
716        """Sets the save_uri of this ReportInProductGet.
717
718          # noqa: E501
719
720        :param save_uri: The save_uri of this ReportInProductGet.  # noqa: E501
721        :type: str
722        """
723
724        self._save_uri = save_uri
725
726    @property
727    def schedule_id(self):
728        """Gets the schedule_id of this ReportInProductGet.  # noqa: E501
729
730          # noqa: E501
731
732        :return: The schedule_id of this ReportInProductGet.  # noqa: E501
733        :rtype: str
734        """
735        return self._schedule_id
736
737    @schedule_id.setter
738    def schedule_id(self, schedule_id):
739        """Sets the schedule_id of this ReportInProductGet.
740
741          # noqa: E501
742
743        :param schedule_id: The schedule_id of this ReportInProductGet.  # noqa: E501
744        :type: str
745        """
746
747        self._schedule_id = schedule_id
748
749    @property
750    def sent_by_details(self):
751        """Gets the sent_by_details of this ReportInProductGet.  # noqa: E501
752
753
754        :return: The sent_by_details of this ReportInProductGet.  # noqa: E501
755        :rtype: ReportInProductSentByDetails
756        """
757        return self._sent_by_details
758
759    @sent_by_details.setter
760    def sent_by_details(self, sent_by_details):
761        """Sets the sent_by_details of this ReportInProductGet.
762
763
764        :param sent_by_details: The sent_by_details of this ReportInProductGet.  # noqa: E501
765        :type: ReportInProductSentByDetails
766        """
767
768        self._sent_by_details = sent_by_details
769
770    @property
771    def sent_by_filter(self):
772        """Gets the sent_by_filter of this ReportInProductGet.  # noqa: E501
773
774          # noqa: E501
775
776        :return: The sent_by_filter of this ReportInProductGet.  # noqa: E501
777        :rtype: str
778        """
779        return self._sent_by_filter
780
781    @sent_by_filter.setter
782    def sent_by_filter(self, sent_by_filter):
783        """Sets the sent_by_filter of this ReportInProductGet.
784
785          # noqa: E501
786
787        :param sent_by_filter: The sent_by_filter of this ReportInProductGet.  # noqa: E501
788        :type: str
789        """
790
791        self._sent_by_filter = sent_by_filter
792
793    @property
794    def sent_by_ids(self):
795        """Gets the sent_by_ids of this ReportInProductGet.  # noqa: E501
796
797          # noqa: E501
798
799        :return: The sent_by_ids of this ReportInProductGet.  # noqa: E501
800        :rtype: str
801        """
802        return self._sent_by_ids
803
804    @sent_by_ids.setter
805    def sent_by_ids(self, sent_by_ids):
806        """Sets the sent_by_ids of this ReportInProductGet.
807
808          # noqa: E501
809
810        :param sent_by_ids: The sent_by_ids of this ReportInProductGet.  # noqa: E501
811        :type: str
812        """
813
814        self._sent_by_ids = sent_by_ids
815
816    @property
817    def sort_field_direction(self):
818        """Gets the sort_field_direction of this ReportInProductGet.  # noqa: E501
819
820          # noqa: E501
821
822        :return: The sort_field_direction of this ReportInProductGet.  # noqa: E501
823        :rtype: str
824        """
825        return self._sort_field_direction
826
827    @sort_field_direction.setter
828    def sort_field_direction(self, sort_field_direction):
829        """Sets the sort_field_direction of this ReportInProductGet.
830
831          # noqa: E501
832
833        :param sort_field_direction: The sort_field_direction of this ReportInProductGet.  # noqa: E501
834        :type: str
835        """
836
837        self._sort_field_direction = sort_field_direction
838
839    @property
840    def sort_field_name(self):
841        """Gets the sort_field_name of this ReportInProductGet.  # noqa: E501
842
843          # noqa: E501
844
845        :return: The sort_field_name of this ReportInProductGet.  # noqa: E501
846        :rtype: str
847        """
848        return self._sort_field_name
849
850    @sort_field_name.setter
851    def sort_field_name(self, sort_field_name):
852        """Sets the sort_field_name of this ReportInProductGet.
853
854          # noqa: E501
855
856        :param sort_field_name: The sort_field_name of this ReportInProductGet.  # noqa: E501
857        :type: str
858        """
859
860        self._sort_field_name = sort_field_name
861
862    @property
863    def verification_status_filter(self):
864        """Gets the verification_status_filter of this ReportInProductGet.  # noqa: E501
865
866          # noqa: E501
867
868        :return: The verification_status_filter of this ReportInProductGet.  # noqa: E501
869        :rtype: str
870        """
871        return self._verification_status_filter
872
873    @verification_status_filter.setter
874    def verification_status_filter(self, verification_status_filter):
875        """Sets the verification_status_filter of this ReportInProductGet.
876
877          # noqa: E501
878
879        :param verification_status_filter: The verification_status_filter of this ReportInProductGet.  # noqa: E501
880        :type: str
881        """
882
883        self._verification_status_filter = verification_status_filter
884
885    def to_dict(self):
886        """Returns the model properties as a dict"""
887        result = {}
888
889        for attr, _ in six.iteritems(self.swagger_types):
890            value = getattr(self, attr)
891            if isinstance(value, list):
892                result[attr] = list(map(
893                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
894                    value
895                ))
896            elif hasattr(value, "to_dict"):
897                result[attr] = value.to_dict()
898            elif isinstance(value, dict):
899                result[attr] = dict(map(
900                    lambda item: (item[0], item[1].to_dict())
901                    if hasattr(item[1], "to_dict") else item,
902                    value.items()
903                ))
904            else:
905                result[attr] = value
906        if issubclass(ReportInProductGet, dict):
907            for key, value in self.items():
908                result[key] = value
909
910        return result
911
912    def to_str(self):
913        """Returns the string representation of the model"""
914        return pprint.pformat(self.to_dict())
915
916    def __repr__(self):
917        """For `print` and `pprint`"""
918        return self.to_str()
919
920    def __eq__(self, other):
921        """Returns true if both objects are equal"""
922        if not isinstance(other, ReportInProductGet):
923            return False
924
925        return self.to_dict() == other.to_dict()
926
927    def __ne__(self, other):
928        """Returns true if both objects are not equal"""
929        if not isinstance(other, ReportInProductGet):
930            return True
931
932        return self.to_dict() != other.to_dict()
class ReportInProductGet:
 23class ReportInProductGet(object):
 24    """NOTE: This class is auto generated by the swagger code generator program.
 25
 26    Do not edit the class manually.
 27    """
 28
 29    """
 30    Attributes:
 31      swagger_types (dict): The key is attribute name
 32                            and the value is attribute type.
 33      attribute_map (dict): The key is attribute name
 34                            and the value is json key in definition.
 35    """
 36    swagger_types = {
 37        'authentication_success_filter': 'str',
 38        'custom_field_filter': 'str',
 39        'date_range_custom_from_date': 'str',
 40        'date_range_custom_to_date': 'str',
 41        'date_range_filter': 'str',
 42        'display_order': 'str',
 43        'envelope_date_type_filter': 'str',
 44        'envelope_recipient_name_contains_filter': 'str',
 45        'envelope_status_filter': 'str',
 46        'envelope_subject_contains_filter': 'str',
 47        'fields': 'list[ReportInProductField]',
 48        'last_scheduled_execution_date': 'str',
 49        'last_scheduled_execution_success_date': 'str',
 50        'max_download_rows': 'str',
 51        'max_grid_rows': 'str',
 52        'max_scheduled_rows': 'str',
 53        'period_length_filter': 'str',
 54        'report_customized_id': 'str',
 55        'report_description': 'str',
 56        'report_id': 'str',
 57        'report_name': 'str',
 58        'report_type': 'str',
 59        'run_uri': 'str',
 60        'save_uri': 'str',
 61        'schedule_id': 'str',
 62        'sent_by_details': 'ReportInProductSentByDetails',
 63        'sent_by_filter': 'str',
 64        'sent_by_ids': 'str',
 65        'sort_field_direction': 'str',
 66        'sort_field_name': 'str',
 67        'verification_status_filter': 'str'
 68    }
 69
 70    attribute_map = {
 71        'authentication_success_filter': 'authenticationSuccessFilter',
 72        'custom_field_filter': 'customFieldFilter',
 73        'date_range_custom_from_date': 'dateRangeCustomFromDate',
 74        'date_range_custom_to_date': 'dateRangeCustomToDate',
 75        'date_range_filter': 'dateRangeFilter',
 76        'display_order': 'displayOrder',
 77        'envelope_date_type_filter': 'envelopeDateTypeFilter',
 78        'envelope_recipient_name_contains_filter': 'envelopeRecipientNameContainsFilter',
 79        'envelope_status_filter': 'envelopeStatusFilter',
 80        'envelope_subject_contains_filter': 'envelopeSubjectContainsFilter',
 81        'fields': 'fields',
 82        'last_scheduled_execution_date': 'lastScheduledExecutionDate',
 83        'last_scheduled_execution_success_date': 'lastScheduledExecutionSuccessDate',
 84        'max_download_rows': 'maxDownloadRows',
 85        'max_grid_rows': 'maxGridRows',
 86        'max_scheduled_rows': 'maxScheduledRows',
 87        'period_length_filter': 'periodLengthFilter',
 88        'report_customized_id': 'reportCustomizedId',
 89        'report_description': 'reportDescription',
 90        'report_id': 'reportId',
 91        'report_name': 'reportName',
 92        'report_type': 'reportType',
 93        'run_uri': 'runUri',
 94        'save_uri': 'saveUri',
 95        'schedule_id': 'scheduleId',
 96        'sent_by_details': 'sentByDetails',
 97        'sent_by_filter': 'sentByFilter',
 98        'sent_by_ids': 'sentByIds',
 99        'sort_field_direction': 'sortFieldDirection',
100        'sort_field_name': 'sortFieldName',
101        'verification_status_filter': 'verificationStatusFilter'
102    }
103
104    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
105        """ReportInProductGet - a model defined in Swagger"""  # noqa: E501
106        if _configuration is None:
107            _configuration = Configuration()
108        self._configuration = _configuration
109
110        self._authentication_success_filter = None
111        self._custom_field_filter = None
112        self._date_range_custom_from_date = None
113        self._date_range_custom_to_date = None
114        self._date_range_filter = None
115        self._display_order = None
116        self._envelope_date_type_filter = None
117        self._envelope_recipient_name_contains_filter = None
118        self._envelope_status_filter = None
119        self._envelope_subject_contains_filter = None
120        self._fields = None
121        self._last_scheduled_execution_date = None
122        self._last_scheduled_execution_success_date = None
123        self._max_download_rows = None
124        self._max_grid_rows = None
125        self._max_scheduled_rows = None
126        self._period_length_filter = None
127        self._report_customized_id = None
128        self._report_description = None
129        self._report_id = None
130        self._report_name = None
131        self._report_type = None
132        self._run_uri = None
133        self._save_uri = None
134        self._schedule_id = None
135        self._sent_by_details = None
136        self._sent_by_filter = None
137        self._sent_by_ids = None
138        self._sort_field_direction = None
139        self._sort_field_name = None
140        self._verification_status_filter = None
141        self.discriminator = None
142
143        setattr(self, "_{}".format('authentication_success_filter'), kwargs.get('authentication_success_filter', None))
144        setattr(self, "_{}".format('custom_field_filter'), kwargs.get('custom_field_filter', None))
145        setattr(self, "_{}".format('date_range_custom_from_date'), kwargs.get('date_range_custom_from_date', None))
146        setattr(self, "_{}".format('date_range_custom_to_date'), kwargs.get('date_range_custom_to_date', None))
147        setattr(self, "_{}".format('date_range_filter'), kwargs.get('date_range_filter', None))
148        setattr(self, "_{}".format('display_order'), kwargs.get('display_order', None))
149        setattr(self, "_{}".format('envelope_date_type_filter'), kwargs.get('envelope_date_type_filter', None))
150        setattr(self, "_{}".format('envelope_recipient_name_contains_filter'), kwargs.get('envelope_recipient_name_contains_filter', None))
151        setattr(self, "_{}".format('envelope_status_filter'), kwargs.get('envelope_status_filter', None))
152        setattr(self, "_{}".format('envelope_subject_contains_filter'), kwargs.get('envelope_subject_contains_filter', None))
153        setattr(self, "_{}".format('fields'), kwargs.get('fields', None))
154        setattr(self, "_{}".format('last_scheduled_execution_date'), kwargs.get('last_scheduled_execution_date', None))
155        setattr(self, "_{}".format('last_scheduled_execution_success_date'), kwargs.get('last_scheduled_execution_success_date', None))
156        setattr(self, "_{}".format('max_download_rows'), kwargs.get('max_download_rows', None))
157        setattr(self, "_{}".format('max_grid_rows'), kwargs.get('max_grid_rows', None))
158        setattr(self, "_{}".format('max_scheduled_rows'), kwargs.get('max_scheduled_rows', None))
159        setattr(self, "_{}".format('period_length_filter'), kwargs.get('period_length_filter', None))
160        setattr(self, "_{}".format('report_customized_id'), kwargs.get('report_customized_id', None))
161        setattr(self, "_{}".format('report_description'), kwargs.get('report_description', None))
162        setattr(self, "_{}".format('report_id'), kwargs.get('report_id', None))
163        setattr(self, "_{}".format('report_name'), kwargs.get('report_name', None))
164        setattr(self, "_{}".format('report_type'), kwargs.get('report_type', None))
165        setattr(self, "_{}".format('run_uri'), kwargs.get('run_uri', None))
166        setattr(self, "_{}".format('save_uri'), kwargs.get('save_uri', None))
167        setattr(self, "_{}".format('schedule_id'), kwargs.get('schedule_id', None))
168        setattr(self, "_{}".format('sent_by_details'), kwargs.get('sent_by_details', None))
169        setattr(self, "_{}".format('sent_by_filter'), kwargs.get('sent_by_filter', None))
170        setattr(self, "_{}".format('sent_by_ids'), kwargs.get('sent_by_ids', None))
171        setattr(self, "_{}".format('sort_field_direction'), kwargs.get('sort_field_direction', None))
172        setattr(self, "_{}".format('sort_field_name'), kwargs.get('sort_field_name', None))
173        setattr(self, "_{}".format('verification_status_filter'), kwargs.get('verification_status_filter', None))
174
175    @property
176    def authentication_success_filter(self):
177        """Gets the authentication_success_filter of this ReportInProductGet.  # noqa: E501
178
179          # noqa: E501
180
181        :return: The authentication_success_filter of this ReportInProductGet.  # noqa: E501
182        :rtype: str
183        """
184        return self._authentication_success_filter
185
186    @authentication_success_filter.setter
187    def authentication_success_filter(self, authentication_success_filter):
188        """Sets the authentication_success_filter of this ReportInProductGet.
189
190          # noqa: E501
191
192        :param authentication_success_filter: The authentication_success_filter of this ReportInProductGet.  # noqa: E501
193        :type: str
194        """
195
196        self._authentication_success_filter = authentication_success_filter
197
198    @property
199    def custom_field_filter(self):
200        """Gets the custom_field_filter of this ReportInProductGet.  # noqa: E501
201
202          # noqa: E501
203
204        :return: The custom_field_filter of this ReportInProductGet.  # noqa: E501
205        :rtype: str
206        """
207        return self._custom_field_filter
208
209    @custom_field_filter.setter
210    def custom_field_filter(self, custom_field_filter):
211        """Sets the custom_field_filter of this ReportInProductGet.
212
213          # noqa: E501
214
215        :param custom_field_filter: The custom_field_filter of this ReportInProductGet.  # noqa: E501
216        :type: str
217        """
218
219        self._custom_field_filter = custom_field_filter
220
221    @property
222    def date_range_custom_from_date(self):
223        """Gets the date_range_custom_from_date of this ReportInProductGet.  # noqa: E501
224
225          # noqa: E501
226
227        :return: The date_range_custom_from_date of this ReportInProductGet.  # noqa: E501
228        :rtype: str
229        """
230        return self._date_range_custom_from_date
231
232    @date_range_custom_from_date.setter
233    def date_range_custom_from_date(self, date_range_custom_from_date):
234        """Sets the date_range_custom_from_date of this ReportInProductGet.
235
236          # noqa: E501
237
238        :param date_range_custom_from_date: The date_range_custom_from_date of this ReportInProductGet.  # noqa: E501
239        :type: str
240        """
241
242        self._date_range_custom_from_date = date_range_custom_from_date
243
244    @property
245    def date_range_custom_to_date(self):
246        """Gets the date_range_custom_to_date of this ReportInProductGet.  # noqa: E501
247
248          # noqa: E501
249
250        :return: The date_range_custom_to_date of this ReportInProductGet.  # noqa: E501
251        :rtype: str
252        """
253        return self._date_range_custom_to_date
254
255    @date_range_custom_to_date.setter
256    def date_range_custom_to_date(self, date_range_custom_to_date):
257        """Sets the date_range_custom_to_date of this ReportInProductGet.
258
259          # noqa: E501
260
261        :param date_range_custom_to_date: The date_range_custom_to_date of this ReportInProductGet.  # noqa: E501
262        :type: str
263        """
264
265        self._date_range_custom_to_date = date_range_custom_to_date
266
267    @property
268    def date_range_filter(self):
269        """Gets the date_range_filter of this ReportInProductGet.  # noqa: E501
270
271          # noqa: E501
272
273        :return: The date_range_filter of this ReportInProductGet.  # noqa: E501
274        :rtype: str
275        """
276        return self._date_range_filter
277
278    @date_range_filter.setter
279    def date_range_filter(self, date_range_filter):
280        """Sets the date_range_filter of this ReportInProductGet.
281
282          # noqa: E501
283
284        :param date_range_filter: The date_range_filter of this ReportInProductGet.  # noqa: E501
285        :type: str
286        """
287
288        self._date_range_filter = date_range_filter
289
290    @property
291    def display_order(self):
292        """Gets the display_order of this ReportInProductGet.  # noqa: E501
293
294          # noqa: E501
295
296        :return: The display_order of this ReportInProductGet.  # noqa: E501
297        :rtype: str
298        """
299        return self._display_order
300
301    @display_order.setter
302    def display_order(self, display_order):
303        """Sets the display_order of this ReportInProductGet.
304
305          # noqa: E501
306
307        :param display_order: The display_order of this ReportInProductGet.  # noqa: E501
308        :type: str
309        """
310
311        self._display_order = display_order
312
313    @property
314    def envelope_date_type_filter(self):
315        """Gets the envelope_date_type_filter of this ReportInProductGet.  # noqa: E501
316
317          # noqa: E501
318
319        :return: The envelope_date_type_filter of this ReportInProductGet.  # noqa: E501
320        :rtype: str
321        """
322        return self._envelope_date_type_filter
323
324    @envelope_date_type_filter.setter
325    def envelope_date_type_filter(self, envelope_date_type_filter):
326        """Sets the envelope_date_type_filter of this ReportInProductGet.
327
328          # noqa: E501
329
330        :param envelope_date_type_filter: The envelope_date_type_filter of this ReportInProductGet.  # noqa: E501
331        :type: str
332        """
333
334        self._envelope_date_type_filter = envelope_date_type_filter
335
336    @property
337    def envelope_recipient_name_contains_filter(self):
338        """Gets the envelope_recipient_name_contains_filter of this ReportInProductGet.  # noqa: E501
339
340          # noqa: E501
341
342        :return: The envelope_recipient_name_contains_filter of this ReportInProductGet.  # noqa: E501
343        :rtype: str
344        """
345        return self._envelope_recipient_name_contains_filter
346
347    @envelope_recipient_name_contains_filter.setter
348    def envelope_recipient_name_contains_filter(self, envelope_recipient_name_contains_filter):
349        """Sets the envelope_recipient_name_contains_filter of this ReportInProductGet.
350
351          # noqa: E501
352
353        :param envelope_recipient_name_contains_filter: The envelope_recipient_name_contains_filter of this ReportInProductGet.  # noqa: E501
354        :type: str
355        """
356
357        self._envelope_recipient_name_contains_filter = envelope_recipient_name_contains_filter
358
359    @property
360    def envelope_status_filter(self):
361        """Gets the envelope_status_filter of this ReportInProductGet.  # noqa: E501
362
363          # noqa: E501
364
365        :return: The envelope_status_filter of this ReportInProductGet.  # noqa: E501
366        :rtype: str
367        """
368        return self._envelope_status_filter
369
370    @envelope_status_filter.setter
371    def envelope_status_filter(self, envelope_status_filter):
372        """Sets the envelope_status_filter of this ReportInProductGet.
373
374          # noqa: E501
375
376        :param envelope_status_filter: The envelope_status_filter of this ReportInProductGet.  # noqa: E501
377        :type: str
378        """
379
380        self._envelope_status_filter = envelope_status_filter
381
382    @property
383    def envelope_subject_contains_filter(self):
384        """Gets the envelope_subject_contains_filter of this ReportInProductGet.  # noqa: E501
385
386          # noqa: E501
387
388        :return: The envelope_subject_contains_filter of this ReportInProductGet.  # noqa: E501
389        :rtype: str
390        """
391        return self._envelope_subject_contains_filter
392
393    @envelope_subject_contains_filter.setter
394    def envelope_subject_contains_filter(self, envelope_subject_contains_filter):
395        """Sets the envelope_subject_contains_filter of this ReportInProductGet.
396
397          # noqa: E501
398
399        :param envelope_subject_contains_filter: The envelope_subject_contains_filter of this ReportInProductGet.  # noqa: E501
400        :type: str
401        """
402
403        self._envelope_subject_contains_filter = envelope_subject_contains_filter
404
405    @property
406    def fields(self):
407        """Gets the fields of this ReportInProductGet.  # noqa: E501
408
409          # noqa: E501
410
411        :return: The fields of this ReportInProductGet.  # noqa: E501
412        :rtype: list[ReportInProductField]
413        """
414        return self._fields
415
416    @fields.setter
417    def fields(self, fields):
418        """Sets the fields of this ReportInProductGet.
419
420          # noqa: E501
421
422        :param fields: The fields of this ReportInProductGet.  # noqa: E501
423        :type: list[ReportInProductField]
424        """
425
426        self._fields = fields
427
428    @property
429    def last_scheduled_execution_date(self):
430        """Gets the last_scheduled_execution_date of this ReportInProductGet.  # noqa: E501
431
432          # noqa: E501
433
434        :return: The last_scheduled_execution_date of this ReportInProductGet.  # noqa: E501
435        :rtype: str
436        """
437        return self._last_scheduled_execution_date
438
439    @last_scheduled_execution_date.setter
440    def last_scheduled_execution_date(self, last_scheduled_execution_date):
441        """Sets the last_scheduled_execution_date of this ReportInProductGet.
442
443          # noqa: E501
444
445        :param last_scheduled_execution_date: The last_scheduled_execution_date of this ReportInProductGet.  # noqa: E501
446        :type: str
447        """
448
449        self._last_scheduled_execution_date = last_scheduled_execution_date
450
451    @property
452    def last_scheduled_execution_success_date(self):
453        """Gets the last_scheduled_execution_success_date of this ReportInProductGet.  # noqa: E501
454
455          # noqa: E501
456
457        :return: The last_scheduled_execution_success_date of this ReportInProductGet.  # noqa: E501
458        :rtype: str
459        """
460        return self._last_scheduled_execution_success_date
461
462    @last_scheduled_execution_success_date.setter
463    def last_scheduled_execution_success_date(self, last_scheduled_execution_success_date):
464        """Sets the last_scheduled_execution_success_date of this ReportInProductGet.
465
466          # noqa: E501
467
468        :param last_scheduled_execution_success_date: The last_scheduled_execution_success_date of this ReportInProductGet.  # noqa: E501
469        :type: str
470        """
471
472        self._last_scheduled_execution_success_date = last_scheduled_execution_success_date
473
474    @property
475    def max_download_rows(self):
476        """Gets the max_download_rows of this ReportInProductGet.  # noqa: E501
477
478          # noqa: E501
479
480        :return: The max_download_rows of this ReportInProductGet.  # noqa: E501
481        :rtype: str
482        """
483        return self._max_download_rows
484
485    @max_download_rows.setter
486    def max_download_rows(self, max_download_rows):
487        """Sets the max_download_rows of this ReportInProductGet.
488
489          # noqa: E501
490
491        :param max_download_rows: The max_download_rows of this ReportInProductGet.  # noqa: E501
492        :type: str
493        """
494
495        self._max_download_rows = max_download_rows
496
497    @property
498    def max_grid_rows(self):
499        """Gets the max_grid_rows of this ReportInProductGet.  # noqa: E501
500
501          # noqa: E501
502
503        :return: The max_grid_rows of this ReportInProductGet.  # noqa: E501
504        :rtype: str
505        """
506        return self._max_grid_rows
507
508    @max_grid_rows.setter
509    def max_grid_rows(self, max_grid_rows):
510        """Sets the max_grid_rows of this ReportInProductGet.
511
512          # noqa: E501
513
514        :param max_grid_rows: The max_grid_rows of this ReportInProductGet.  # noqa: E501
515        :type: str
516        """
517
518        self._max_grid_rows = max_grid_rows
519
520    @property
521    def max_scheduled_rows(self):
522        """Gets the max_scheduled_rows of this ReportInProductGet.  # noqa: E501
523
524          # noqa: E501
525
526        :return: The max_scheduled_rows of this ReportInProductGet.  # noqa: E501
527        :rtype: str
528        """
529        return self._max_scheduled_rows
530
531    @max_scheduled_rows.setter
532    def max_scheduled_rows(self, max_scheduled_rows):
533        """Sets the max_scheduled_rows of this ReportInProductGet.
534
535          # noqa: E501
536
537        :param max_scheduled_rows: The max_scheduled_rows of this ReportInProductGet.  # noqa: E501
538        :type: str
539        """
540
541        self._max_scheduled_rows = max_scheduled_rows
542
543    @property
544    def period_length_filter(self):
545        """Gets the period_length_filter of this ReportInProductGet.  # noqa: E501
546
547          # noqa: E501
548
549        :return: The period_length_filter of this ReportInProductGet.  # noqa: E501
550        :rtype: str
551        """
552        return self._period_length_filter
553
554    @period_length_filter.setter
555    def period_length_filter(self, period_length_filter):
556        """Sets the period_length_filter of this ReportInProductGet.
557
558          # noqa: E501
559
560        :param period_length_filter: The period_length_filter of this ReportInProductGet.  # noqa: E501
561        :type: str
562        """
563
564        self._period_length_filter = period_length_filter
565
566    @property
567    def report_customized_id(self):
568        """Gets the report_customized_id of this ReportInProductGet.  # noqa: E501
569
570          # noqa: E501
571
572        :return: The report_customized_id of this ReportInProductGet.  # noqa: E501
573        :rtype: str
574        """
575        return self._report_customized_id
576
577    @report_customized_id.setter
578    def report_customized_id(self, report_customized_id):
579        """Sets the report_customized_id of this ReportInProductGet.
580
581          # noqa: E501
582
583        :param report_customized_id: The report_customized_id of this ReportInProductGet.  # noqa: E501
584        :type: str
585        """
586
587        self._report_customized_id = report_customized_id
588
589    @property
590    def report_description(self):
591        """Gets the report_description of this ReportInProductGet.  # noqa: E501
592
593          # noqa: E501
594
595        :return: The report_description of this ReportInProductGet.  # noqa: E501
596        :rtype: str
597        """
598        return self._report_description
599
600    @report_description.setter
601    def report_description(self, report_description):
602        """Sets the report_description of this ReportInProductGet.
603
604          # noqa: E501
605
606        :param report_description: The report_description of this ReportInProductGet.  # noqa: E501
607        :type: str
608        """
609
610        self._report_description = report_description
611
612    @property
613    def report_id(self):
614        """Gets the report_id of this ReportInProductGet.  # noqa: E501
615
616          # noqa: E501
617
618        :return: The report_id of this ReportInProductGet.  # noqa: E501
619        :rtype: str
620        """
621        return self._report_id
622
623    @report_id.setter
624    def report_id(self, report_id):
625        """Sets the report_id of this ReportInProductGet.
626
627          # noqa: E501
628
629        :param report_id: The report_id of this ReportInProductGet.  # noqa: E501
630        :type: str
631        """
632
633        self._report_id = report_id
634
635    @property
636    def report_name(self):
637        """Gets the report_name of this ReportInProductGet.  # noqa: E501
638
639          # noqa: E501
640
641        :return: The report_name of this ReportInProductGet.  # noqa: E501
642        :rtype: str
643        """
644        return self._report_name
645
646    @report_name.setter
647    def report_name(self, report_name):
648        """Sets the report_name of this ReportInProductGet.
649
650          # noqa: E501
651
652        :param report_name: The report_name of this ReportInProductGet.  # noqa: E501
653        :type: str
654        """
655
656        self._report_name = report_name
657
658    @property
659    def report_type(self):
660        """Gets the report_type of this ReportInProductGet.  # noqa: E501
661
662          # noqa: E501
663
664        :return: The report_type of this ReportInProductGet.  # noqa: E501
665        :rtype: str
666        """
667        return self._report_type
668
669    @report_type.setter
670    def report_type(self, report_type):
671        """Sets the report_type of this ReportInProductGet.
672
673          # noqa: E501
674
675        :param report_type: The report_type of this ReportInProductGet.  # noqa: E501
676        :type: str
677        """
678
679        self._report_type = report_type
680
681    @property
682    def run_uri(self):
683        """Gets the run_uri of this ReportInProductGet.  # noqa: E501
684
685          # noqa: E501
686
687        :return: The run_uri of this ReportInProductGet.  # noqa: E501
688        :rtype: str
689        """
690        return self._run_uri
691
692    @run_uri.setter
693    def run_uri(self, run_uri):
694        """Sets the run_uri of this ReportInProductGet.
695
696          # noqa: E501
697
698        :param run_uri: The run_uri of this ReportInProductGet.  # noqa: E501
699        :type: str
700        """
701
702        self._run_uri = run_uri
703
704    @property
705    def save_uri(self):
706        """Gets the save_uri of this ReportInProductGet.  # noqa: E501
707
708          # noqa: E501
709
710        :return: The save_uri of this ReportInProductGet.  # noqa: E501
711        :rtype: str
712        """
713        return self._save_uri
714
715    @save_uri.setter
716    def save_uri(self, save_uri):
717        """Sets the save_uri of this ReportInProductGet.
718
719          # noqa: E501
720
721        :param save_uri: The save_uri of this ReportInProductGet.  # noqa: E501
722        :type: str
723        """
724
725        self._save_uri = save_uri
726
727    @property
728    def schedule_id(self):
729        """Gets the schedule_id of this ReportInProductGet.  # noqa: E501
730
731          # noqa: E501
732
733        :return: The schedule_id of this ReportInProductGet.  # noqa: E501
734        :rtype: str
735        """
736        return self._schedule_id
737
738    @schedule_id.setter
739    def schedule_id(self, schedule_id):
740        """Sets the schedule_id of this ReportInProductGet.
741
742          # noqa: E501
743
744        :param schedule_id: The schedule_id of this ReportInProductGet.  # noqa: E501
745        :type: str
746        """
747
748        self._schedule_id = schedule_id
749
750    @property
751    def sent_by_details(self):
752        """Gets the sent_by_details of this ReportInProductGet.  # noqa: E501
753
754
755        :return: The sent_by_details of this ReportInProductGet.  # noqa: E501
756        :rtype: ReportInProductSentByDetails
757        """
758        return self._sent_by_details
759
760    @sent_by_details.setter
761    def sent_by_details(self, sent_by_details):
762        """Sets the sent_by_details of this ReportInProductGet.
763
764
765        :param sent_by_details: The sent_by_details of this ReportInProductGet.  # noqa: E501
766        :type: ReportInProductSentByDetails
767        """
768
769        self._sent_by_details = sent_by_details
770
771    @property
772    def sent_by_filter(self):
773        """Gets the sent_by_filter of this ReportInProductGet.  # noqa: E501
774
775          # noqa: E501
776
777        :return: The sent_by_filter of this ReportInProductGet.  # noqa: E501
778        :rtype: str
779        """
780        return self._sent_by_filter
781
782    @sent_by_filter.setter
783    def sent_by_filter(self, sent_by_filter):
784        """Sets the sent_by_filter of this ReportInProductGet.
785
786          # noqa: E501
787
788        :param sent_by_filter: The sent_by_filter of this ReportInProductGet.  # noqa: E501
789        :type: str
790        """
791
792        self._sent_by_filter = sent_by_filter
793
794    @property
795    def sent_by_ids(self):
796        """Gets the sent_by_ids of this ReportInProductGet.  # noqa: E501
797
798          # noqa: E501
799
800        :return: The sent_by_ids of this ReportInProductGet.  # noqa: E501
801        :rtype: str
802        """
803        return self._sent_by_ids
804
805    @sent_by_ids.setter
806    def sent_by_ids(self, sent_by_ids):
807        """Sets the sent_by_ids of this ReportInProductGet.
808
809          # noqa: E501
810
811        :param sent_by_ids: The sent_by_ids of this ReportInProductGet.  # noqa: E501
812        :type: str
813        """
814
815        self._sent_by_ids = sent_by_ids
816
817    @property
818    def sort_field_direction(self):
819        """Gets the sort_field_direction of this ReportInProductGet.  # noqa: E501
820
821          # noqa: E501
822
823        :return: The sort_field_direction of this ReportInProductGet.  # noqa: E501
824        :rtype: str
825        """
826        return self._sort_field_direction
827
828    @sort_field_direction.setter
829    def sort_field_direction(self, sort_field_direction):
830        """Sets the sort_field_direction of this ReportInProductGet.
831
832          # noqa: E501
833
834        :param sort_field_direction: The sort_field_direction of this ReportInProductGet.  # noqa: E501
835        :type: str
836        """
837
838        self._sort_field_direction = sort_field_direction
839
840    @property
841    def sort_field_name(self):
842        """Gets the sort_field_name of this ReportInProductGet.  # noqa: E501
843
844          # noqa: E501
845
846        :return: The sort_field_name of this ReportInProductGet.  # noqa: E501
847        :rtype: str
848        """
849        return self._sort_field_name
850
851    @sort_field_name.setter
852    def sort_field_name(self, sort_field_name):
853        """Sets the sort_field_name of this ReportInProductGet.
854
855          # noqa: E501
856
857        :param sort_field_name: The sort_field_name of this ReportInProductGet.  # noqa: E501
858        :type: str
859        """
860
861        self._sort_field_name = sort_field_name
862
863    @property
864    def verification_status_filter(self):
865        """Gets the verification_status_filter of this ReportInProductGet.  # noqa: E501
866
867          # noqa: E501
868
869        :return: The verification_status_filter of this ReportInProductGet.  # noqa: E501
870        :rtype: str
871        """
872        return self._verification_status_filter
873
874    @verification_status_filter.setter
875    def verification_status_filter(self, verification_status_filter):
876        """Sets the verification_status_filter of this ReportInProductGet.
877
878          # noqa: E501
879
880        :param verification_status_filter: The verification_status_filter of this ReportInProductGet.  # noqa: E501
881        :type: str
882        """
883
884        self._verification_status_filter = verification_status_filter
885
886    def to_dict(self):
887        """Returns the model properties as a dict"""
888        result = {}
889
890        for attr, _ in six.iteritems(self.swagger_types):
891            value = getattr(self, attr)
892            if isinstance(value, list):
893                result[attr] = list(map(
894                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
895                    value
896                ))
897            elif hasattr(value, "to_dict"):
898                result[attr] = value.to_dict()
899            elif isinstance(value, dict):
900                result[attr] = dict(map(
901                    lambda item: (item[0], item[1].to_dict())
902                    if hasattr(item[1], "to_dict") else item,
903                    value.items()
904                ))
905            else:
906                result[attr] = value
907        if issubclass(ReportInProductGet, dict):
908            for key, value in self.items():
909                result[key] = value
910
911        return result
912
913    def to_str(self):
914        """Returns the string representation of the model"""
915        return pprint.pformat(self.to_dict())
916
917    def __repr__(self):
918        """For `print` and `pprint`"""
919        return self.to_str()
920
921    def __eq__(self, other):
922        """Returns true if both objects are equal"""
923        if not isinstance(other, ReportInProductGet):
924            return False
925
926        return self.to_dict() == other.to_dict()
927
928    def __ne__(self, other):
929        """Returns true if both objects are not equal"""
930        if not isinstance(other, ReportInProductGet):
931            return True
932
933        return self.to_dict() != other.to_dict()

NOTE: This class is auto generated by the swagger code generator program.

Do not edit the class manually.

ReportInProductGet(_configuration=None, **kwargs)
104    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
105        """ReportInProductGet - a model defined in Swagger"""  # noqa: E501
106        if _configuration is None:
107            _configuration = Configuration()
108        self._configuration = _configuration
109
110        self._authentication_success_filter = None
111        self._custom_field_filter = None
112        self._date_range_custom_from_date = None
113        self._date_range_custom_to_date = None
114        self._date_range_filter = None
115        self._display_order = None
116        self._envelope_date_type_filter = None
117        self._envelope_recipient_name_contains_filter = None
118        self._envelope_status_filter = None
119        self._envelope_subject_contains_filter = None
120        self._fields = None
121        self._last_scheduled_execution_date = None
122        self._last_scheduled_execution_success_date = None
123        self._max_download_rows = None
124        self._max_grid_rows = None
125        self._max_scheduled_rows = None
126        self._period_length_filter = None
127        self._report_customized_id = None
128        self._report_description = None
129        self._report_id = None
130        self._report_name = None
131        self._report_type = None
132        self._run_uri = None
133        self._save_uri = None
134        self._schedule_id = None
135        self._sent_by_details = None
136        self._sent_by_filter = None
137        self._sent_by_ids = None
138        self._sort_field_direction = None
139        self._sort_field_name = None
140        self._verification_status_filter = None
141        self.discriminator = None
142
143        setattr(self, "_{}".format('authentication_success_filter'), kwargs.get('authentication_success_filter', None))
144        setattr(self, "_{}".format('custom_field_filter'), kwargs.get('custom_field_filter', None))
145        setattr(self, "_{}".format('date_range_custom_from_date'), kwargs.get('date_range_custom_from_date', None))
146        setattr(self, "_{}".format('date_range_custom_to_date'), kwargs.get('date_range_custom_to_date', None))
147        setattr(self, "_{}".format('date_range_filter'), kwargs.get('date_range_filter', None))
148        setattr(self, "_{}".format('display_order'), kwargs.get('display_order', None))
149        setattr(self, "_{}".format('envelope_date_type_filter'), kwargs.get('envelope_date_type_filter', None))
150        setattr(self, "_{}".format('envelope_recipient_name_contains_filter'), kwargs.get('envelope_recipient_name_contains_filter', None))
151        setattr(self, "_{}".format('envelope_status_filter'), kwargs.get('envelope_status_filter', None))
152        setattr(self, "_{}".format('envelope_subject_contains_filter'), kwargs.get('envelope_subject_contains_filter', None))
153        setattr(self, "_{}".format('fields'), kwargs.get('fields', None))
154        setattr(self, "_{}".format('last_scheduled_execution_date'), kwargs.get('last_scheduled_execution_date', None))
155        setattr(self, "_{}".format('last_scheduled_execution_success_date'), kwargs.get('last_scheduled_execution_success_date', None))
156        setattr(self, "_{}".format('max_download_rows'), kwargs.get('max_download_rows', None))
157        setattr(self, "_{}".format('max_grid_rows'), kwargs.get('max_grid_rows', None))
158        setattr(self, "_{}".format('max_scheduled_rows'), kwargs.get('max_scheduled_rows', None))
159        setattr(self, "_{}".format('period_length_filter'), kwargs.get('period_length_filter', None))
160        setattr(self, "_{}".format('report_customized_id'), kwargs.get('report_customized_id', None))
161        setattr(self, "_{}".format('report_description'), kwargs.get('report_description', None))
162        setattr(self, "_{}".format('report_id'), kwargs.get('report_id', None))
163        setattr(self, "_{}".format('report_name'), kwargs.get('report_name', None))
164        setattr(self, "_{}".format('report_type'), kwargs.get('report_type', None))
165        setattr(self, "_{}".format('run_uri'), kwargs.get('run_uri', None))
166        setattr(self, "_{}".format('save_uri'), kwargs.get('save_uri', None))
167        setattr(self, "_{}".format('schedule_id'), kwargs.get('schedule_id', None))
168        setattr(self, "_{}".format('sent_by_details'), kwargs.get('sent_by_details', None))
169        setattr(self, "_{}".format('sent_by_filter'), kwargs.get('sent_by_filter', None))
170        setattr(self, "_{}".format('sent_by_ids'), kwargs.get('sent_by_ids', None))
171        setattr(self, "_{}".format('sort_field_direction'), kwargs.get('sort_field_direction', None))
172        setattr(self, "_{}".format('sort_field_name'), kwargs.get('sort_field_name', None))
173        setattr(self, "_{}".format('verification_status_filter'), kwargs.get('verification_status_filter', None))

ReportInProductGet - a model defined in Swagger

swagger_types = {'authentication_success_filter': 'str', 'custom_field_filter': 'str', 'date_range_custom_from_date': 'str', 'date_range_custom_to_date': 'str', 'date_range_filter': 'str', 'display_order': 'str', 'envelope_date_type_filter': 'str', 'envelope_recipient_name_contains_filter': 'str', 'envelope_status_filter': 'str', 'envelope_subject_contains_filter': 'str', 'fields': 'list[ReportInProductField]', 'last_scheduled_execution_date': 'str', 'last_scheduled_execution_success_date': 'str', 'max_download_rows': 'str', 'max_grid_rows': 'str', 'max_scheduled_rows': 'str', 'period_length_filter': 'str', 'report_customized_id': 'str', 'report_description': 'str', 'report_id': 'str', 'report_name': 'str', 'report_type': 'str', 'run_uri': 'str', 'save_uri': 'str', 'schedule_id': 'str', 'sent_by_details': 'ReportInProductSentByDetails', 'sent_by_filter': 'str', 'sent_by_ids': 'str', 'sort_field_direction': 'str', 'sort_field_name': 'str', 'verification_status_filter': 'str'}
attribute_map = {'authentication_success_filter': 'authenticationSuccessFilter', 'custom_field_filter': 'customFieldFilter', 'date_range_custom_from_date': 'dateRangeCustomFromDate', 'date_range_custom_to_date': 'dateRangeCustomToDate', 'date_range_filter': 'dateRangeFilter', 'display_order': 'displayOrder', 'envelope_date_type_filter': 'envelopeDateTypeFilter', 'envelope_recipient_name_contains_filter': 'envelopeRecipientNameContainsFilter', 'envelope_status_filter': 'envelopeStatusFilter', 'envelope_subject_contains_filter': 'envelopeSubjectContainsFilter', 'fields': 'fields', 'last_scheduled_execution_date': 'lastScheduledExecutionDate', 'last_scheduled_execution_success_date': 'lastScheduledExecutionSuccessDate', 'max_download_rows': 'maxDownloadRows', 'max_grid_rows': 'maxGridRows', 'max_scheduled_rows': 'maxScheduledRows', 'period_length_filter': 'periodLengthFilter', 'report_customized_id': 'reportCustomizedId', 'report_description': 'reportDescription', 'report_id': 'reportId', 'report_name': 'reportName', 'report_type': 'reportType', 'run_uri': 'runUri', 'save_uri': 'saveUri', 'schedule_id': 'scheduleId', 'sent_by_details': 'sentByDetails', 'sent_by_filter': 'sentByFilter', 'sent_by_ids': 'sentByIds', 'sort_field_direction': 'sortFieldDirection', 'sort_field_name': 'sortFieldName', 'verification_status_filter': 'verificationStatusFilter'}
authentication_success_filter

Gets the authentication_success_filter of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The authentication_success_filter of this ReportInProductGet. # noqa: E501

custom_field_filter

Gets the custom_field_filter of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The custom_field_filter of this ReportInProductGet. # noqa: E501

date_range_custom_from_date

Gets the date_range_custom_from_date of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The date_range_custom_from_date of this ReportInProductGet. # noqa: E501

date_range_custom_to_date

Gets the date_range_custom_to_date of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The date_range_custom_to_date of this ReportInProductGet. # noqa: E501

date_range_filter

Gets the date_range_filter of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The date_range_filter of this ReportInProductGet. # noqa: E501

display_order

Gets the display_order of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The display_order of this ReportInProductGet. # noqa: E501

envelope_date_type_filter

Gets the envelope_date_type_filter of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The envelope_date_type_filter of this ReportInProductGet. # noqa: E501

envelope_recipient_name_contains_filter

Gets the envelope_recipient_name_contains_filter of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The envelope_recipient_name_contains_filter of this ReportInProductGet. # noqa: E501

envelope_status_filter

Gets the envelope_status_filter of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The envelope_status_filter of this ReportInProductGet. # noqa: E501

envelope_subject_contains_filter

Gets the envelope_subject_contains_filter of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The envelope_subject_contains_filter of this ReportInProductGet. # noqa: E501

fields

Gets the fields of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The fields of this ReportInProductGet. # noqa: E501

last_scheduled_execution_date

Gets the last_scheduled_execution_date of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The last_scheduled_execution_date of this ReportInProductGet. # noqa: E501

last_scheduled_execution_success_date

Gets the last_scheduled_execution_success_date of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The last_scheduled_execution_success_date of this ReportInProductGet. # noqa: E501

max_download_rows

Gets the max_download_rows of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The max_download_rows of this ReportInProductGet. # noqa: E501

max_grid_rows

Gets the max_grid_rows of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The max_grid_rows of this ReportInProductGet. # noqa: E501

max_scheduled_rows

Gets the max_scheduled_rows of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The max_scheduled_rows of this ReportInProductGet. # noqa: E501

period_length_filter

Gets the period_length_filter of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The period_length_filter of this ReportInProductGet. # noqa: E501

report_customized_id

Gets the report_customized_id of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The report_customized_id of this ReportInProductGet. # noqa: E501

report_description

Gets the report_description of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The report_description of this ReportInProductGet. # noqa: E501

report_id

Gets the report_id of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The report_id of this ReportInProductGet. # noqa: E501

report_name

Gets the report_name of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The report_name of this ReportInProductGet. # noqa: E501

report_type

Gets the report_type of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The report_type of this ReportInProductGet. # noqa: E501

run_uri

Gets the run_uri of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The run_uri of this ReportInProductGet. # noqa: E501

save_uri

Gets the save_uri of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The save_uri of this ReportInProductGet. # noqa: E501

schedule_id

Gets the schedule_id of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The schedule_id of this ReportInProductGet. # noqa: E501

sent_by_details

Gets the sent_by_details of this ReportInProductGet. # noqa: E501

Returns

The sent_by_details of this ReportInProductGet. # noqa: E501

sent_by_filter

Gets the sent_by_filter of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The sent_by_filter of this ReportInProductGet. # noqa: E501

sent_by_ids

Gets the sent_by_ids of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The sent_by_ids of this ReportInProductGet. # noqa: E501

sort_field_direction

Gets the sort_field_direction of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The sort_field_direction of this ReportInProductGet. # noqa: E501

sort_field_name

Gets the sort_field_name of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The sort_field_name of this ReportInProductGet. # noqa: E501

verification_status_filter

Gets the verification_status_filter of this ReportInProductGet. # noqa: E501

# noqa: E501

Returns

The verification_status_filter of this ReportInProductGet. # noqa: E501

def to_dict(self)
886    def to_dict(self):
887        """Returns the model properties as a dict"""
888        result = {}
889
890        for attr, _ in six.iteritems(self.swagger_types):
891            value = getattr(self, attr)
892            if isinstance(value, list):
893                result[attr] = list(map(
894                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
895                    value
896                ))
897            elif hasattr(value, "to_dict"):
898                result[attr] = value.to_dict()
899            elif isinstance(value, dict):
900                result[attr] = dict(map(
901                    lambda item: (item[0], item[1].to_dict())
902                    if hasattr(item[1], "to_dict") else item,
903                    value.items()
904                ))
905            else:
906                result[attr] = value
907        if issubclass(ReportInProductGet, dict):
908            for key, value in self.items():
909                result[key] = value
910
911        return result

Returns the model properties as a dict

def to_str(self)
913    def to_str(self):
914        """Returns the string representation of the model"""
915        return pprint.pformat(self.to_dict())

Returns the string representation of the model