Class: DocuSign_eSign::ReportInProductRunResponseRowFields

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign_esign/models/report_in_product_run_response_row_fields.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ ReportInProductRunResponseRowFields

Initializes the object

Parameters:

  • attributes (Hash) (defaults to: {})

    Model attributes in the form of hash



750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 750

def initialize(attributes = {})
  return unless attributes.is_a?(Hash)

  # convert string to symbol for hash key
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }

  if attributes.has_key?(:'accessCodeRequired')
    self.access_code_required = attributes[:'accessCodeRequired']
  end

  if attributes.has_key?(:'accessCodesAttempted')
    self.access_codes_attempted = attributes[:'accessCodesAttempted']
  end

  if attributes.has_key?(:'accessCodesFailed')
    self.access_codes_failed = attributes[:'accessCodesFailed']
  end

  if attributes.has_key?(:'accountId')
    self. = attributes[:'accountId']
  end

  if attributes.has_key?(:'authenticationCategory')
    self.authentication_category = attributes[:'authenticationCategory']
  end

  if attributes.has_key?(:'authenticationSuccess')
    self.authentication_success = attributes[:'authenticationSuccess']
  end

  if attributes.has_key?(:'authenticationType')
    self.authentication_type = attributes[:'authenticationType']
  end

  if attributes.has_key?(:'averageTimeToCompleteSeconds')
    self.average_time_to_complete_seconds = attributes[:'averageTimeToCompleteSeconds']
  end

  if attributes.has_key?(:'avgCompleteSeconds')
    self.avg_complete_seconds = attributes[:'avgCompleteSeconds']
  end

  if attributes.has_key?(:'captureMethod')
    self.capture_method = attributes[:'captureMethod']
  end

  if attributes.has_key?(:'completed')
    self.completed = attributes[:'completed']
  end

  if attributes.has_key?(:'completedTs')
    self.completed_ts = attributes[:'completedTs']
  end

  if attributes.has_key?(:'createdDate')
    self.created_date = attributes[:'createdDate']
  end

  if attributes.has_key?(:'createdOn')
    self.created_on = attributes[:'createdOn']
  end

  if attributes.has_key?(:'creator')
    self.creator = attributes[:'creator']
  end

  if attributes.has_key?(:'customField')
    self.custom_field = attributes[:'customField']
  end

  if attributes.has_key?(:'declinedDate')
    self.declined_date = attributes[:'declinedDate']
  end

  if attributes.has_key?(:'declinedReason')
    self.declined_reason = attributes[:'declinedReason']
  end

  if attributes.has_key?(:'deliveredDate')
    self.delivered_date = attributes[:'deliveredDate']
  end

  if attributes.has_key?(:'envelopeCount')
    self.envelope_count = attributes[:'envelopeCount']
  end

  if attributes.has_key?(:'envelopeCreator')
    self.envelope_creator = attributes[:'envelopeCreator']
  end

  if attributes.has_key?(:'envelopeId')
    self.envelope_id = attributes[:'envelopeId']
  end

  if attributes.has_key?(:'envelopeInitialSendTs')
    self.envelope_initial_send_ts = attributes[:'envelopeInitialSendTs']
  end

  if attributes.has_key?(:'envelopesBilled')
    self.envelopes_billed = attributes[:'envelopesBilled']
  end

  if attributes.has_key?(:'envelopesCompleted')
    self.envelopes_completed = attributes[:'envelopesCompleted']
  end

  if attributes.has_key?(:'envelopesCompletedCount')
    self.envelopes_completed_count = attributes[:'envelopesCompletedCount']
  end

  if attributes.has_key?(:'envelopesDeclined')
    self.envelopes_declined = attributes[:'envelopesDeclined']
  end

  if attributes.has_key?(:'envelopesSent')
    self.envelopes_sent = attributes[:'envelopesSent']
  end

  if attributes.has_key?(:'envelopesSentCount')
    self.envelopes_sent_count = attributes[:'envelopesSentCount']
  end

  if attributes.has_key?(:'envelopesVoided')
    self.envelopes_voided = attributes[:'envelopesVoided']
  end

  if attributes.has_key?(:'envelopeVoidedReason')
    self.envelope_voided_reason = attributes[:'envelopeVoidedReason']
  end

  if attributes.has_key?(:'eodDocumentDescription')
    self.eod_document_description = attributes[:'eodDocumentDescription']
  end

  if attributes.has_key?(:'eodDocumentName')
    self.eod_document_name = attributes[:'eodDocumentName']
  end

  if attributes.has_key?(:'eodDocumentProfileId')
    self.eod_document_profile_id = attributes[:'eodDocumentProfileId']
  end

  if attributes.has_key?(:'eodTransactionId')
    self.eod_transaction_id = attributes[:'eodTransactionId']
  end

  if attributes.has_key?(:'eodTransactionName')
    self.eod_transaction_name = attributes[:'eodTransactionName']
  end

  if attributes.has_key?(:'eventDate')
    self.event_date = attributes[:'eventDate']
  end

  if attributes.has_key?(:'expirationDate')
    self.expiration_date = attributes[:'expirationDate']
  end

  if attributes.has_key?(:'expiredTs')
    self.expired_ts = attributes[:'expiredTs']
  end

  if attributes.has_key?(:'failureReason')
    self.failure_reason = attributes[:'failureReason']
  end

  if attributes.has_key?(:'failures')
    self.failures = attributes[:'failures']
  end

  if attributes.has_key?(:'failureVendorCode')
    self.failure_vendor_code = attributes[:'failureVendorCode']
  end

  if attributes.has_key?(:'failureVendorReason')
    self.failure_vendor_reason = attributes[:'failureVendorReason']
  end

  if attributes.has_key?(:'firstSendTs')
    self.first_send_ts = attributes[:'firstSendTs']
  end

  if attributes.has_key?(:'groupId')
    self.group_id = attributes[:'groupId']
  end

  if attributes.has_key?(:'groupName')
    self.group_name = attributes[:'groupName']
  end

  if attributes.has_key?(:'hoursToCompleteEnd')
    self.hours_to_complete_end = attributes[:'hoursToCompleteEnd']
  end

  if attributes.has_key?(:'hoursToCompleteStart')
    self.hours_to_complete_start = attributes[:'hoursToCompleteStart']
  end

  if attributes.has_key?(:'idChecksAttempted')
    self.id_checks_attempted = attributes[:'idChecksAttempted']
  end

  if attributes.has_key?(:'idChecksFailed')
    self.id_checks_failed = attributes[:'idChecksFailed']
  end

  if attributes.has_key?(:'idCountry')
    self.id_country = attributes[:'idCountry']
  end

  if attributes.has_key?(:'idMethod')
    self.id_method = attributes[:'idMethod']
  end

  if attributes.has_key?(:'initialSendTs')
    self.initial_send_ts = attributes[:'initialSendTs']
  end

  if attributes.has_key?(:'ipAddress')
    self.ip_address = attributes[:'ipAddress']
  end

  if attributes.has_key?(:'lastActivity')
    self.last_activity = attributes[:'lastActivity']
  end

  if attributes.has_key?(:'lastActivityDate')
    self.last_activity_date = attributes[:'lastActivityDate']
  end

  if attributes.has_key?(:'lastModified')
    self.last_modified = attributes[:'lastModified']
  end

  if attributes.has_key?(:'lastSentDate')
    self.last_sent_date = attributes[:'lastSentDate']
  end

  if attributes.has_key?(:'lastUsed')
    self.last_used = attributes[:'lastUsed']
  end

  if attributes.has_key?(:'metadataRemoved')
    self. = attributes[:'metadataRemoved']
  end

  if attributes.has_key?(:'notSigned')
    self.not_signed = attributes[:'notSigned']
  end

  if attributes.has_key?(:'numberOfAuthenticatedRecipients')
    self.number_of_authenticated_recipients = attributes[:'numberOfAuthenticatedRecipients']
  end

  if attributes.has_key?(:'numberOfCompletedSignatures')
    self.number_of_completed_signatures = attributes[:'numberOfCompletedSignatures']
  end

  if attributes.has_key?(:'numberOfDocuments')
    self.number_of_documents = attributes[:'numberOfDocuments']
  end

  if attributes.has_key?(:'numberOfPages')
    self.number_of_pages = attributes[:'numberOfPages']
  end

  if attributes.has_key?(:'numberOfRecipients')
    self.number_of_recipients = attributes[:'numberOfRecipients']
  end

  if attributes.has_key?(:'numberOfSends')
    self.number_of_sends = attributes[:'numberOfSends']
  end

  if attributes.has_key?(:'numberOfSigners')
    self.number_of_signers = attributes[:'numberOfSigners']
  end

  if attributes.has_key?(:'numberOfTotalDocuments')
    self.number_of_total_documents = attributes[:'numberOfTotalDocuments']
  end

  if attributes.has_key?(:'numberOfTotalPages')
    self.number_of_total_pages = attributes[:'numberOfTotalPages']
  end

  if attributes.has_key?(:'numberOfTotalSigners')
    self.number_of_total_signers = attributes[:'numberOfTotalSigners']
  end

  if attributes.has_key?(:'numberOfUniqueSenders')
    self.number_of_unique_senders = attributes[:'numberOfUniqueSenders']
  end

  if attributes.has_key?(:'numberTotalRecipients')
    self.number_total_recipients = attributes[:'numberTotalRecipients']
  end

  if attributes.has_key?(:'otherRecipientsList')
    self.other_recipients_list = attributes[:'otherRecipientsList']
  end

  if attributes.has_key?(:'owner')
    self.owner = attributes[:'owner']
  end

  if attributes.has_key?(:'ownerMail')
    self.owner_mail = attributes[:'ownerMail']
  end

  if attributes.has_key?(:'periodEnd')
    self.period_end = attributes[:'periodEnd']
  end

  if attributes.has_key?(:'periodStart')
    self.period_start = attributes[:'periodStart']
  end

  if attributes.has_key?(:'phoneCallsAttempted')
    self.phone_calls_attempted = attributes[:'phoneCallsAttempted']
  end

  if attributes.has_key?(:'phoneCallsFailed')
    self.phone_calls_failed = attributes[:'phoneCallsFailed']
  end

  if attributes.has_key?(:'piiRedacted')
    self.pii_redacted = attributes[:'piiRedacted']
  end

  if attributes.has_key?(:'purgeDate')
    self.purge_date = attributes[:'purgeDate']
  end

  if attributes.has_key?(:'reasonForDeclining')
    self.reason_for_declining = attributes[:'reasonForDeclining']
  end

  if attributes.has_key?(:'reasonForVoiding')
    self.reason_for_voiding = attributes[:'reasonForVoiding']
  end

  if attributes.has_key?(:'reassignReason')
    self.reassign_reason = attributes[:'reassignReason']
  end

  if attributes.has_key?(:'received')
    self.received = attributes[:'received']
  end

  if attributes.has_key?(:'recipient')
    self.recipient = attributes[:'recipient']
  end

  if attributes.has_key?(:'recipientAction')
    self.recipient_action = attributes[:'recipientAction']
  end

  if attributes.has_key?(:'recipientCompanyName')
    self.recipient_company_name = attributes[:'recipientCompanyName']
  end

  if attributes.has_key?(:'recipientCountry')
    self.recipient_country = attributes[:'recipientCountry']
  end

  if attributes.has_key?(:'recipientEmail')
    self.recipient_email = attributes[:'recipientEmail']
  end

  if attributes.has_key?(:'recipientId')
    self.recipient_id = attributes[:'recipientId']
  end

  if attributes.has_key?(:'recipientName')
    self.recipient_name = attributes[:'recipientName']
  end

  if attributes.has_key?(:'recipientRoleName')
    self.recipient_role_name = attributes[:'recipientRoleName']
  end

  if attributes.has_key?(:'recipientTemplateRoleName')
    self.recipient_template_role_name = attributes[:'recipientTemplateRoleName']
  end

  if attributes.has_key?(:'recipientTitle')
    self.recipient_title = attributes[:'recipientTitle']
  end

  if attributes.has_key?(:'recipientType')
    self.recipient_type = attributes[:'recipientType']
  end

  if attributes.has_key?(:'recipientUserId')
    self.recipient_user_id = attributes[:'recipientUserId']
  end

  if attributes.has_key?(:'remainingSignatures')
    self.remaining_signatures = attributes[:'remainingSignatures']
  end

  if attributes.has_key?(:'routingOrder')
    self.routing_order = attributes[:'routingOrder']
  end

  if attributes.has_key?(:'senderAccountId')
    self. = attributes[:'senderAccountId']
  end

  if attributes.has_key?(:'senderCompanyName')
    self.sender_company_name = attributes[:'senderCompanyName']
  end

  if attributes.has_key?(:'senderCountry')
    self.sender_country = attributes[:'senderCountry']
  end

  if attributes.has_key?(:'senderEmail')
    self.sender_email = attributes[:'senderEmail']
  end

  if attributes.has_key?(:'senderIPAddress')
    self.sender_ip_address = attributes[:'senderIPAddress']
  end

  if attributes.has_key?(:'senderJobTitle')
    self.sender_job_title = attributes[:'senderJobTitle']
  end

  if attributes.has_key?(:'senderName')
    self.sender_name = attributes[:'senderName']
  end

  if attributes.has_key?(:'senderUserId')
    self.sender_user_id = attributes[:'senderUserId']
  end

  if attributes.has_key?(:'signatureType')
    self.signature_type = attributes[:'signatureType']
  end

  if attributes.has_key?(:'signatureTypeValue')
    self.signature_type_value = attributes[:'signatureTypeValue']
  end

  if attributes.has_key?(:'signDate')
    self.sign_date = attributes[:'signDate']
  end

  if attributes.has_key?(:'signed')
    self.signed = attributes[:'signed']
  end

  if attributes.has_key?(:'signedDate')
    self.signed_date = attributes[:'signedDate']
  end

  if attributes.has_key?(:'signedOnMobile')
    self.signed_on_mobile = attributes[:'signedOnMobile']
  end

  if attributes.has_key?(:'signedOnPaper')
    self.signed_on_paper = attributes[:'signedOnPaper']
  end

  if attributes.has_key?(:'signerList')
    self.signer_list = attributes[:'signerList']
  end

  if attributes.has_key?(:'status')
    self.status = attributes[:'status']
  end

  if attributes.has_key?(:'statusChangedDate')
    self.status_changed_date = attributes[:'statusChangedDate']
  end

  if attributes.has_key?(:'statusChangedTs')
    self.status_changed_ts = attributes[:'statusChangedTs']
  end

  if attributes.has_key?(:'statusComment')
    self.status_comment = attributes[:'statusComment']
  end

  if attributes.has_key?(:'subject')
    self.subject = attributes[:'subject']
  end

  if attributes.has_key?(:'successes')
    self.successes = attributes[:'successes']
  end

  if attributes.has_key?(:'templateId')
    self.template_id = attributes[:'templateId']
  end

  if attributes.has_key?(:'templateName')
    self.template_name = attributes[:'templateName']
  end

  if attributes.has_key?(:'templatesCreated')
    self.templates_created = attributes[:'templatesCreated']
  end

  if attributes.has_key?(:'templatesCreatedCount')
    self.templates_created_count = attributes[:'templatesCreatedCount']
  end

  if attributes.has_key?(:'terminalStatusDate')
    self.terminal_status_date = attributes[:'terminalStatusDate']
  end

  if attributes.has_key?(:'timeToCompleteSeconds')
    self.time_to_complete_seconds = attributes[:'timeToCompleteSeconds']
  end

  if attributes.has_key?(:'timeToDeliver')
    self.time_to_deliver = attributes[:'timeToDeliver']
  end

  if attributes.has_key?(:'totalDocuments')
    self.total_documents = attributes[:'totalDocuments']
  end

  if attributes.has_key?(:'totalEnvelopes')
    self.total_envelopes = attributes[:'totalEnvelopes']
  end

  if attributes.has_key?(:'totalPages')
    self.total_pages = attributes[:'totalPages']
  end

  if attributes.has_key?(:'totalRecipients')
    self.total_recipients = attributes[:'totalRecipients']
  end

  if attributes.has_key?(:'totalSigners')
    self.total_signers = attributes[:'totalSigners']
  end

  if attributes.has_key?(:'uniqueSenders')
    self.unique_senders = attributes[:'uniqueSenders']
  end

  if attributes.has_key?(:'userAccountEmail')
    self. = attributes[:'userAccountEmail']
  end

  if attributes.has_key?(:'userAccountName')
    self. = attributes[:'userAccountName']
  end

  if attributes.has_key?(:'userAccountStatus')
    self. = attributes[:'userAccountStatus']
  end

  if attributes.has_key?(:'userCount')
    self.user_count = attributes[:'userCount']
  end

  if attributes.has_key?(:'userId')
    self.user_id = attributes[:'userId']
  end

  if attributes.has_key?(:'verificationStatus')
    self.verification_status = attributes[:'verificationStatus']
  end

  if attributes.has_key?(:'verificationType')
    self.verification_type = attributes[:'verificationType']
  end

  if attributes.has_key?(:'viewDate')
    self.view_date = attributes[:'viewDate']
  end

  if attributes.has_key?(:'voidedTs')
    self.voided_ts = attributes[:'voidedTs']
  end
end

Instance Attribute Details

#access_code_requiredObject

Returns the value of attribute access_code_required.



17
18
19
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 17

def access_code_required
  @access_code_required
end

#access_codes_attemptedObject

Returns the value of attribute access_codes_attempted.



20
21
22
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 20

def access_codes_attempted
  @access_codes_attempted
end

#access_codes_failedObject

Returns the value of attribute access_codes_failed.



23
24
25
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 23

def access_codes_failed
  @access_codes_failed
end

#account_idObject

The account ID associated with the envelope.



26
27
28
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 26

def 
  @account_id
end

#authentication_categoryObject

Returns the value of attribute authentication_category.



29
30
31
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 29

def authentication_category
  @authentication_category
end

#authentication_successObject

Returns the value of attribute authentication_success.



32
33
34
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 32

def authentication_success
  @authentication_success
end

#authentication_typeObject

Returns the value of attribute authentication_type.



35
36
37
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 35

def authentication_type
  @authentication_type
end

#average_time_to_complete_secondsObject

Returns the value of attribute average_time_to_complete_seconds.



38
39
40
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 38

def average_time_to_complete_seconds
  @average_time_to_complete_seconds
end

#avg_complete_secondsObject

Returns the value of attribute avg_complete_seconds.



41
42
43
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 41

def avg_complete_seconds
  @avg_complete_seconds
end

#capture_methodObject

Returns the value of attribute capture_method.



44
45
46
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 44

def capture_method
  @capture_method
end

#completedObject

Returns the value of attribute completed.



47
48
49
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 47

def completed
  @completed
end

#completed_tsObject

Returns the value of attribute completed_ts.



50
51
52
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 50

def completed_ts
  @completed_ts
end

#created_dateObject

Returns the value of attribute created_date.



53
54
55
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 53

def created_date
  @created_date
end

#created_onObject

Returns the value of attribute created_on.



56
57
58
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 56

def created_on
  @created_on
end

#creatorObject

Returns the value of attribute creator.



59
60
61
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 59

def creator
  @creator
end

#custom_fieldObject

Returns the value of attribute custom_field.



62
63
64
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 62

def custom_field
  @custom_field
end

#declined_dateObject

Returns the value of attribute declined_date.



65
66
67
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 65

def declined_date
  @declined_date
end

#declined_reasonObject

The reason the recipient declined the document.



68
69
70
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 68

def declined_reason
  @declined_reason
end

#delivered_dateObject

Returns the value of attribute delivered_date.



71
72
73
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 71

def delivered_date
  @delivered_date
end

#envelope_countObject

Returns the value of attribute envelope_count.



74
75
76
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 74

def envelope_count
  @envelope_count
end

#envelope_creatorObject

Returns the value of attribute envelope_creator.



77
78
79
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 77

def envelope_creator
  @envelope_creator
end

#envelope_idObject

The envelope ID of the envelope status that failed to post.



80
81
82
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 80

def envelope_id
  @envelope_id
end

#envelope_initial_send_tsObject

Returns the value of attribute envelope_initial_send_ts.



83
84
85
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 83

def envelope_initial_send_ts
  @envelope_initial_send_ts
end

#envelope_voided_reasonObject

Returns the value of attribute envelope_voided_reason.



107
108
109
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 107

def envelope_voided_reason
  @envelope_voided_reason
end

#envelopes_billedObject

Returns the value of attribute envelopes_billed.



86
87
88
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 86

def envelopes_billed
  @envelopes_billed
end

#envelopes_completedObject

Returns the value of attribute envelopes_completed.



89
90
91
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 89

def envelopes_completed
  @envelopes_completed
end

#envelopes_completed_countObject

Returns the value of attribute envelopes_completed_count.



92
93
94
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 92

def envelopes_completed_count
  @envelopes_completed_count
end

#envelopes_declinedObject

Returns the value of attribute envelopes_declined.



95
96
97
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 95

def envelopes_declined
  @envelopes_declined
end

#envelopes_sentObject

Returns the value of attribute envelopes_sent.



98
99
100
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 98

def envelopes_sent
  @envelopes_sent
end

#envelopes_sent_countObject

Returns the value of attribute envelopes_sent_count.



101
102
103
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 101

def envelopes_sent_count
  @envelopes_sent_count
end

#envelopes_voidedObject

Returns the value of attribute envelopes_voided.



104
105
106
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 104

def envelopes_voided
  @envelopes_voided
end

#eod_document_descriptionObject

Returns the value of attribute eod_document_description.



110
111
112
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 110

def eod_document_description
  @eod_document_description
end

#eod_document_nameObject

Returns the value of attribute eod_document_name.



113
114
115
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 113

def eod_document_name
  @eod_document_name
end

#eod_document_profile_idObject

Returns the value of attribute eod_document_profile_id.



116
117
118
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 116

def eod_document_profile_id
  @eod_document_profile_id
end

#eod_transaction_idObject

Returns the value of attribute eod_transaction_id.



119
120
121
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 119

def eod_transaction_id
  @eod_transaction_id
end

#eod_transaction_nameObject

Returns the value of attribute eod_transaction_name.



122
123
124
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 122

def eod_transaction_name
  @eod_transaction_name
end

#event_dateObject

Returns the value of attribute event_date.



125
126
127
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 125

def event_date
  @event_date
end

#expiration_dateObject

Returns the value of attribute expiration_date.



128
129
130
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 128

def expiration_date
  @expiration_date
end

#expired_tsObject

Returns the value of attribute expired_ts.



131
132
133
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 131

def expired_ts
  @expired_ts
end

#failure_reasonObject

Returns the value of attribute failure_reason.



134
135
136
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 134

def failure_reason
  @failure_reason
end

#failure_vendor_codeObject

Returns the value of attribute failure_vendor_code.



140
141
142
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 140

def failure_vendor_code
  @failure_vendor_code
end

#failure_vendor_reasonObject

Returns the value of attribute failure_vendor_reason.



143
144
145
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 143

def failure_vendor_reason
  @failure_vendor_reason
end

#failuresObject

Returns the value of attribute failures.



137
138
139
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 137

def failures
  @failures
end

#first_send_tsObject

Returns the value of attribute first_send_ts.



146
147
148
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 146

def first_send_ts
  @first_send_ts
end

#group_idObject

Returns the value of attribute group_id.



149
150
151
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 149

def group_id
  @group_id
end

#group_nameObject

The name of the group.



152
153
154
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 152

def group_name
  @group_name
end

#hours_to_complete_endObject

Returns the value of attribute hours_to_complete_end.



155
156
157
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 155

def hours_to_complete_end
  @hours_to_complete_end
end

#hours_to_complete_startObject

Returns the value of attribute hours_to_complete_start.



158
159
160
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 158

def hours_to_complete_start
  @hours_to_complete_start
end

#id_checks_attemptedObject

Returns the value of attribute id_checks_attempted.



161
162
163
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 161

def id_checks_attempted
  @id_checks_attempted
end

#id_checks_failedObject

Returns the value of attribute id_checks_failed.



164
165
166
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 164

def id_checks_failed
  @id_checks_failed
end

#id_countryObject

Returns the value of attribute id_country.



167
168
169
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 167

def id_country
  @id_country
end

#id_methodObject

Returns the value of attribute id_method.



170
171
172
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 170

def id_method
  @id_method
end

#initial_send_tsObject

Returns the value of attribute initial_send_ts.



173
174
175
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 173

def initial_send_ts
  @initial_send_ts
end

#ip_addressObject

Returns the value of attribute ip_address.



176
177
178
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 176

def ip_address
  @ip_address
end

#last_activityObject

Returns the value of attribute last_activity.



179
180
181
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 179

def last_activity
  @last_activity
end

#last_activity_dateObject

Returns the value of attribute last_activity_date.



182
183
184
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 182

def last_activity_date
  @last_activity_date
end

#last_modifiedObject

Returns the value of attribute last_modified.



185
186
187
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 185

def last_modified
  @last_modified
end

#last_sent_dateObject

Returns the value of attribute last_sent_date.



188
189
190
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 188

def last_sent_date
  @last_sent_date
end

#last_usedObject

Returns the value of attribute last_used.



191
192
193
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 191

def last_used
  @last_used
end

#metadata_removedObject

Returns the value of attribute metadata_removed.



194
195
196
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 194

def 
  @metadata_removed
end

#not_signedObject

Returns the value of attribute not_signed.



197
198
199
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 197

def not_signed
  @not_signed
end

#number_of_authenticated_recipientsObject

Returns the value of attribute number_of_authenticated_recipients.



200
201
202
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 200

def number_of_authenticated_recipients
  @number_of_authenticated_recipients
end

#number_of_completed_signaturesObject

Returns the value of attribute number_of_completed_signatures.



203
204
205
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 203

def number_of_completed_signatures
  @number_of_completed_signatures
end

#number_of_documentsObject

Returns the value of attribute number_of_documents.



206
207
208
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 206

def number_of_documents
  @number_of_documents
end

#number_of_pagesObject

Returns the value of attribute number_of_pages.



209
210
211
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 209

def number_of_pages
  @number_of_pages
end

#number_of_recipientsObject

Returns the value of attribute number_of_recipients.



212
213
214
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 212

def number_of_recipients
  @number_of_recipients
end

#number_of_sendsObject

Returns the value of attribute number_of_sends.



215
216
217
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 215

def number_of_sends
  @number_of_sends
end

#number_of_signersObject

Returns the value of attribute number_of_signers.



218
219
220
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 218

def number_of_signers
  @number_of_signers
end

#number_of_total_documentsObject

Returns the value of attribute number_of_total_documents.



221
222
223
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 221

def number_of_total_documents
  @number_of_total_documents
end

#number_of_total_pagesObject

Returns the value of attribute number_of_total_pages.



224
225
226
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 224

def number_of_total_pages
  @number_of_total_pages
end

#number_of_total_signersObject

Returns the value of attribute number_of_total_signers.



227
228
229
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 227

def number_of_total_signers
  @number_of_total_signers
end

#number_of_unique_sendersObject

Returns the value of attribute number_of_unique_senders.



230
231
232
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 230

def number_of_unique_senders
  @number_of_unique_senders
end

#number_total_recipientsObject

Returns the value of attribute number_total_recipients.



233
234
235
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 233

def number_total_recipients
  @number_total_recipients
end

#other_recipients_listObject

Returns the value of attribute other_recipients_list.



236
237
238
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 236

def other_recipients_list
  @other_recipients_list
end

#ownerObject

Returns the value of attribute owner.



239
240
241
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 239

def owner
  @owner
end

#owner_mailObject

Returns the value of attribute owner_mail.



242
243
244
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 242

def owner_mail
  @owner_mail
end

#period_endObject

Returns the value of attribute period_end.



245
246
247
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 245

def period_end
  @period_end
end

#period_startObject

Returns the value of attribute period_start.



248
249
250
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 248

def period_start
  @period_start
end

#phone_calls_attemptedObject

Returns the value of attribute phone_calls_attempted.



251
252
253
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 251

def phone_calls_attempted
  @phone_calls_attempted
end

#phone_calls_failedObject

Returns the value of attribute phone_calls_failed.



254
255
256
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 254

def phone_calls_failed
  @phone_calls_failed
end

#pii_redactedObject

Returns the value of attribute pii_redacted.



257
258
259
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 257

def pii_redacted
  @pii_redacted
end

#purge_dateObject

Returns the value of attribute purge_date.



260
261
262
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 260

def purge_date
  @purge_date
end

#reason_for_decliningObject

Returns the value of attribute reason_for_declining.



263
264
265
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 263

def reason_for_declining
  @reason_for_declining
end

#reason_for_voidingObject

Returns the value of attribute reason_for_voiding.



266
267
268
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 266

def reason_for_voiding
  @reason_for_voiding
end

#reassign_reasonObject

Returns the value of attribute reassign_reason.



269
270
271
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 269

def reassign_reason
  @reassign_reason
end

#receivedObject

Returns the value of attribute received.



272
273
274
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 272

def received
  @received
end

#recipientObject

Returns the value of attribute recipient.



275
276
277
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 275

def recipient
  @recipient
end

#recipient_actionObject

Returns the value of attribute recipient_action.



278
279
280
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 278

def recipient_action
  @recipient_action
end

#recipient_company_nameObject

Returns the value of attribute recipient_company_name.



281
282
283
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 281

def recipient_company_name
  @recipient_company_name
end

#recipient_countryObject

Returns the value of attribute recipient_country.



284
285
286
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 284

def recipient_country
  @recipient_country
end

#recipient_emailObject

Returns the value of attribute recipient_email.



287
288
289
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 287

def recipient_email
  @recipient_email
end

#recipient_idObject

Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.



290
291
292
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 290

def recipient_id
  @recipient_id
end

#recipient_nameObject

Returns the value of attribute recipient_name.



293
294
295
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 293

def recipient_name
  @recipient_name
end

#recipient_role_nameObject

Returns the value of attribute recipient_role_name.



296
297
298
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 296

def recipient_role_name
  @recipient_role_name
end

#recipient_template_role_nameObject

Returns the value of attribute recipient_template_role_name.



299
300
301
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 299

def recipient_template_role_name
  @recipient_template_role_name
end

#recipient_titleObject

Returns the value of attribute recipient_title.



302
303
304
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 302

def recipient_title
  @recipient_title
end

#recipient_typeObject

Returns the value of attribute recipient_type.



305
306
307
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 305

def recipient_type
  @recipient_type
end

#recipient_user_idObject

Returns the value of attribute recipient_user_id.



308
309
310
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 308

def recipient_user_id
  @recipient_user_id
end

#remaining_signaturesObject

Returns the value of attribute remaining_signatures.



311
312
313
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 311

def remaining_signatures
  @remaining_signatures
end

#routing_orderObject

Specifies the routing order of the recipient in the envelope.



314
315
316
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 314

def routing_order
  @routing_order
end

#sender_account_idObject

Returns the value of attribute sender_account_id.



317
318
319
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 317

def 
  @sender_account_id
end

#sender_company_nameObject

Returns the value of attribute sender_company_name.



320
321
322
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 320

def sender_company_name
  @sender_company_name
end

#sender_countryObject

Returns the value of attribute sender_country.



323
324
325
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 323

def sender_country
  @sender_country
end

#sender_emailObject

Returns the value of attribute sender_email.



326
327
328
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 326

def sender_email
  @sender_email
end

#sender_ip_addressObject

Returns the value of attribute sender_ip_address.



329
330
331
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 329

def sender_ip_address
  @sender_ip_address
end

#sender_job_titleObject

Returns the value of attribute sender_job_title.



332
333
334
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 332

def sender_job_title
  @sender_job_title
end

#sender_nameObject

Returns the value of attribute sender_name.



335
336
337
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 335

def sender_name
  @sender_name
end

#sender_user_idObject

Returns the value of attribute sender_user_id.



338
339
340
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 338

def sender_user_id
  @sender_user_id
end

#sign_dateObject

Returns the value of attribute sign_date.



347
348
349
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 347

def sign_date
  @sign_date
end

#signature_typeObject

Returns the value of attribute signature_type.



341
342
343
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 341

def signature_type
  @signature_type
end

#signature_type_valueObject

Returns the value of attribute signature_type_value.



344
345
346
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 344

def signature_type_value
  @signature_type_value
end

#signedObject

Returns the value of attribute signed.



350
351
352
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 350

def signed
  @signed
end

#signed_dateObject

Returns the value of attribute signed_date.



353
354
355
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 353

def signed_date
  @signed_date
end

#signed_on_mobileObject

Returns the value of attribute signed_on_mobile.



356
357
358
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 356

def signed_on_mobile
  @signed_on_mobile
end

#signed_on_paperObject

Returns the value of attribute signed_on_paper.



359
360
361
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 359

def signed_on_paper
  @signed_on_paper
end

#signer_listObject

Returns the value of attribute signer_list.



362
363
364
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 362

def signer_list
  @signer_list
end

#statusObject

Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.



365
366
367
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 365

def status
  @status
end

#status_changed_dateObject

Returns the value of attribute status_changed_date.



368
369
370
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 368

def status_changed_date
  @status_changed_date
end

#status_changed_tsObject

Returns the value of attribute status_changed_ts.



371
372
373
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 371

def status_changed_ts
  @status_changed_ts
end

#status_commentObject

Returns the value of attribute status_comment.



374
375
376
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 374

def status_comment
  @status_comment
end

#subjectObject

Returns the value of attribute subject.



377
378
379
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 377

def subject
  @subject
end

#successesObject

Returns the value of attribute successes.



380
381
382
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 380

def successes
  @successes
end

#template_idObject

The unique identifier of the template. If this is not provided, DocuSign will generate a value.



383
384
385
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 383

def template_id
  @template_id
end

#template_nameObject

Returns the value of attribute template_name.



386
387
388
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 386

def template_name
  @template_name
end

#templates_createdObject

Returns the value of attribute templates_created.



389
390
391
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 389

def templates_created
  @templates_created
end

#templates_created_countObject

Returns the value of attribute templates_created_count.



392
393
394
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 392

def templates_created_count
  @templates_created_count
end

#terminal_status_dateObject

Returns the value of attribute terminal_status_date.



395
396
397
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 395

def terminal_status_date
  @terminal_status_date
end

#time_to_complete_secondsObject

Returns the value of attribute time_to_complete_seconds.



398
399
400
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 398

def time_to_complete_seconds
  @time_to_complete_seconds
end

#time_to_deliverObject

Returns the value of attribute time_to_deliver.



401
402
403
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 401

def time_to_deliver
  @time_to_deliver
end

#total_documentsObject

Returns the value of attribute total_documents.



404
405
406
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 404

def total_documents
  @total_documents
end

#total_envelopesObject

Returns the value of attribute total_envelopes.



407
408
409
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 407

def total_envelopes
  @total_envelopes
end

#total_pagesObject

Returns the value of attribute total_pages.



410
411
412
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 410

def total_pages
  @total_pages
end

#total_recipientsObject

Returns the value of attribute total_recipients.



413
414
415
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 413

def total_recipients
  @total_recipients
end

#total_signersObject

Returns the value of attribute total_signers.



416
417
418
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 416

def total_signers
  @total_signers
end

#unique_sendersObject

Returns the value of attribute unique_senders.



419
420
421
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 419

def unique_senders
  @unique_senders
end

#user_account_emailObject

Returns the value of attribute user_account_email.



422
423
424
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 422

def 
  @user_account_email
end

#user_account_nameObject

Returns the value of attribute user_account_name.



425
426
427
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 425

def 
  @user_account_name
end

#user_account_statusObject

Returns the value of attribute user_account_status.



428
429
430
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 428

def 
  @user_account_status
end

#user_countObject

Returns the value of attribute user_count.



431
432
433
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 431

def user_count
  @user_count
end

#user_idObject

Returns the value of attribute user_id.



434
435
436
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 434

def user_id
  @user_id
end

#verification_statusObject

Returns the value of attribute verification_status.



437
438
439
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 437

def verification_status
  @verification_status
end

#verification_typeObject

Returns the value of attribute verification_type.



440
441
442
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 440

def verification_type
  @verification_type
end

#view_dateObject

Returns the value of attribute view_date.



443
444
445
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 443

def view_date
  @view_date
end

#voided_tsObject

Returns the value of attribute voided_ts.



446
447
448
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 446

def voided_ts
  @voided_ts
end

Class Method Details

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 449

def self.attribute_map
  {
    :'access_code_required' => :'accessCodeRequired',
    :'access_codes_attempted' => :'accessCodesAttempted',
    :'access_codes_failed' => :'accessCodesFailed',
    :'account_id' => :'accountId',
    :'authentication_category' => :'authenticationCategory',
    :'authentication_success' => :'authenticationSuccess',
    :'authentication_type' => :'authenticationType',
    :'average_time_to_complete_seconds' => :'averageTimeToCompleteSeconds',
    :'avg_complete_seconds' => :'avgCompleteSeconds',
    :'capture_method' => :'captureMethod',
    :'completed' => :'completed',
    :'completed_ts' => :'completedTs',
    :'created_date' => :'createdDate',
    :'created_on' => :'createdOn',
    :'creator' => :'creator',
    :'custom_field' => :'customField',
    :'declined_date' => :'declinedDate',
    :'declined_reason' => :'declinedReason',
    :'delivered_date' => :'deliveredDate',
    :'envelope_count' => :'envelopeCount',
    :'envelope_creator' => :'envelopeCreator',
    :'envelope_id' => :'envelopeId',
    :'envelope_initial_send_ts' => :'envelopeInitialSendTs',
    :'envelopes_billed' => :'envelopesBilled',
    :'envelopes_completed' => :'envelopesCompleted',
    :'envelopes_completed_count' => :'envelopesCompletedCount',
    :'envelopes_declined' => :'envelopesDeclined',
    :'envelopes_sent' => :'envelopesSent',
    :'envelopes_sent_count' => :'envelopesSentCount',
    :'envelopes_voided' => :'envelopesVoided',
    :'envelope_voided_reason' => :'envelopeVoidedReason',
    :'eod_document_description' => :'eodDocumentDescription',
    :'eod_document_name' => :'eodDocumentName',
    :'eod_document_profile_id' => :'eodDocumentProfileId',
    :'eod_transaction_id' => :'eodTransactionId',
    :'eod_transaction_name' => :'eodTransactionName',
    :'event_date' => :'eventDate',
    :'expiration_date' => :'expirationDate',
    :'expired_ts' => :'expiredTs',
    :'failure_reason' => :'failureReason',
    :'failures' => :'failures',
    :'failure_vendor_code' => :'failureVendorCode',
    :'failure_vendor_reason' => :'failureVendorReason',
    :'first_send_ts' => :'firstSendTs',
    :'group_id' => :'groupId',
    :'group_name' => :'groupName',
    :'hours_to_complete_end' => :'hoursToCompleteEnd',
    :'hours_to_complete_start' => :'hoursToCompleteStart',
    :'id_checks_attempted' => :'idChecksAttempted',
    :'id_checks_failed' => :'idChecksFailed',
    :'id_country' => :'idCountry',
    :'id_method' => :'idMethod',
    :'initial_send_ts' => :'initialSendTs',
    :'ip_address' => :'ipAddress',
    :'last_activity' => :'lastActivity',
    :'last_activity_date' => :'lastActivityDate',
    :'last_modified' => :'lastModified',
    :'last_sent_date' => :'lastSentDate',
    :'last_used' => :'lastUsed',
    :'metadata_removed' => :'metadataRemoved',
    :'not_signed' => :'notSigned',
    :'number_of_authenticated_recipients' => :'numberOfAuthenticatedRecipients',
    :'number_of_completed_signatures' => :'numberOfCompletedSignatures',
    :'number_of_documents' => :'numberOfDocuments',
    :'number_of_pages' => :'numberOfPages',
    :'number_of_recipients' => :'numberOfRecipients',
    :'number_of_sends' => :'numberOfSends',
    :'number_of_signers' => :'numberOfSigners',
    :'number_of_total_documents' => :'numberOfTotalDocuments',
    :'number_of_total_pages' => :'numberOfTotalPages',
    :'number_of_total_signers' => :'numberOfTotalSigners',
    :'number_of_unique_senders' => :'numberOfUniqueSenders',
    :'number_total_recipients' => :'numberTotalRecipients',
    :'other_recipients_list' => :'otherRecipientsList',
    :'owner' => :'owner',
    :'owner_mail' => :'ownerMail',
    :'period_end' => :'periodEnd',
    :'period_start' => :'periodStart',
    :'phone_calls_attempted' => :'phoneCallsAttempted',
    :'phone_calls_failed' => :'phoneCallsFailed',
    :'pii_redacted' => :'piiRedacted',
    :'purge_date' => :'purgeDate',
    :'reason_for_declining' => :'reasonForDeclining',
    :'reason_for_voiding' => :'reasonForVoiding',
    :'reassign_reason' => :'reassignReason',
    :'received' => :'received',
    :'recipient' => :'recipient',
    :'recipient_action' => :'recipientAction',
    :'recipient_company_name' => :'recipientCompanyName',
    :'recipient_country' => :'recipientCountry',
    :'recipient_email' => :'recipientEmail',
    :'recipient_id' => :'recipientId',
    :'recipient_name' => :'recipientName',
    :'recipient_role_name' => :'recipientRoleName',
    :'recipient_template_role_name' => :'recipientTemplateRoleName',
    :'recipient_title' => :'recipientTitle',
    :'recipient_type' => :'recipientType',
    :'recipient_user_id' => :'recipientUserId',
    :'remaining_signatures' => :'remainingSignatures',
    :'routing_order' => :'routingOrder',
    :'sender_account_id' => :'senderAccountId',
    :'sender_company_name' => :'senderCompanyName',
    :'sender_country' => :'senderCountry',
    :'sender_email' => :'senderEmail',
    :'sender_ip_address' => :'senderIPAddress',
    :'sender_job_title' => :'senderJobTitle',
    :'sender_name' => :'senderName',
    :'sender_user_id' => :'senderUserId',
    :'signature_type' => :'signatureType',
    :'signature_type_value' => :'signatureTypeValue',
    :'sign_date' => :'signDate',
    :'signed' => :'signed',
    :'signed_date' => :'signedDate',
    :'signed_on_mobile' => :'signedOnMobile',
    :'signed_on_paper' => :'signedOnPaper',
    :'signer_list' => :'signerList',
    :'status' => :'status',
    :'status_changed_date' => :'statusChangedDate',
    :'status_changed_ts' => :'statusChangedTs',
    :'status_comment' => :'statusComment',
    :'subject' => :'subject',
    :'successes' => :'successes',
    :'template_id' => :'templateId',
    :'template_name' => :'templateName',
    :'templates_created' => :'templatesCreated',
    :'templates_created_count' => :'templatesCreatedCount',
    :'terminal_status_date' => :'terminalStatusDate',
    :'time_to_complete_seconds' => :'timeToCompleteSeconds',
    :'time_to_deliver' => :'timeToDeliver',
    :'total_documents' => :'totalDocuments',
    :'total_envelopes' => :'totalEnvelopes',
    :'total_pages' => :'totalPages',
    :'total_recipients' => :'totalRecipients',
    :'total_signers' => :'totalSigners',
    :'unique_senders' => :'uniqueSenders',
    :'user_account_email' => :'userAccountEmail',
    :'user_account_name' => :'userAccountName',
    :'user_account_status' => :'userAccountStatus',
    :'user_count' => :'userCount',
    :'user_id' => :'userId',
    :'verification_status' => :'verificationStatus',
    :'verification_type' => :'verificationType',
    :'view_date' => :'viewDate',
    :'voided_ts' => :'voidedTs'
  }
end

.swagger_typesObject

Attribute type mapping.



599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 599

def self.swagger_types
  {
    :'access_code_required' => :'String',
    :'access_codes_attempted' => :'String',
    :'access_codes_failed' => :'String',
    :'account_id' => :'String',
    :'authentication_category' => :'String',
    :'authentication_success' => :'String',
    :'authentication_type' => :'String',
    :'average_time_to_complete_seconds' => :'String',
    :'avg_complete_seconds' => :'String',
    :'capture_method' => :'String',
    :'completed' => :'String',
    :'completed_ts' => :'String',
    :'created_date' => :'String',
    :'created_on' => :'String',
    :'creator' => :'String',
    :'custom_field' => :'String',
    :'declined_date' => :'String',
    :'declined_reason' => :'String',
    :'delivered_date' => :'String',
    :'envelope_count' => :'String',
    :'envelope_creator' => :'String',
    :'envelope_id' => :'String',
    :'envelope_initial_send_ts' => :'String',
    :'envelopes_billed' => :'String',
    :'envelopes_completed' => :'String',
    :'envelopes_completed_count' => :'String',
    :'envelopes_declined' => :'String',
    :'envelopes_sent' => :'String',
    :'envelopes_sent_count' => :'String',
    :'envelopes_voided' => :'String',
    :'envelope_voided_reason' => :'String',
    :'eod_document_description' => :'String',
    :'eod_document_name' => :'String',
    :'eod_document_profile_id' => :'String',
    :'eod_transaction_id' => :'String',
    :'eod_transaction_name' => :'String',
    :'event_date' => :'String',
    :'expiration_date' => :'String',
    :'expired_ts' => :'String',
    :'failure_reason' => :'String',
    :'failures' => :'String',
    :'failure_vendor_code' => :'String',
    :'failure_vendor_reason' => :'String',
    :'first_send_ts' => :'String',
    :'group_id' => :'String',
    :'group_name' => :'String',
    :'hours_to_complete_end' => :'String',
    :'hours_to_complete_start' => :'String',
    :'id_checks_attempted' => :'String',
    :'id_checks_failed' => :'String',
    :'id_country' => :'String',
    :'id_method' => :'String',
    :'initial_send_ts' => :'String',
    :'ip_address' => :'String',
    :'last_activity' => :'String',
    :'last_activity_date' => :'String',
    :'last_modified' => :'String',
    :'last_sent_date' => :'String',
    :'last_used' => :'String',
    :'metadata_removed' => :'String',
    :'not_signed' => :'String',
    :'number_of_authenticated_recipients' => :'String',
    :'number_of_completed_signatures' => :'String',
    :'number_of_documents' => :'String',
    :'number_of_pages' => :'String',
    :'number_of_recipients' => :'String',
    :'number_of_sends' => :'String',
    :'number_of_signers' => :'String',
    :'number_of_total_documents' => :'String',
    :'number_of_total_pages' => :'String',
    :'number_of_total_signers' => :'String',
    :'number_of_unique_senders' => :'String',
    :'number_total_recipients' => :'String',
    :'other_recipients_list' => :'String',
    :'owner' => :'String',
    :'owner_mail' => :'String',
    :'period_end' => :'String',
    :'period_start' => :'String',
    :'phone_calls_attempted' => :'String',
    :'phone_calls_failed' => :'String',
    :'pii_redacted' => :'String',
    :'purge_date' => :'String',
    :'reason_for_declining' => :'String',
    :'reason_for_voiding' => :'String',
    :'reassign_reason' => :'String',
    :'received' => :'String',
    :'recipient' => :'String',
    :'recipient_action' => :'String',
    :'recipient_company_name' => :'String',
    :'recipient_country' => :'String',
    :'recipient_email' => :'String',
    :'recipient_id' => :'String',
    :'recipient_name' => :'String',
    :'recipient_role_name' => :'String',
    :'recipient_template_role_name' => :'String',
    :'recipient_title' => :'String',
    :'recipient_type' => :'String',
    :'recipient_user_id' => :'String',
    :'remaining_signatures' => :'String',
    :'routing_order' => :'String',
    :'sender_account_id' => :'String',
    :'sender_company_name' => :'String',
    :'sender_country' => :'String',
    :'sender_email' => :'String',
    :'sender_ip_address' => :'String',
    :'sender_job_title' => :'String',
    :'sender_name' => :'String',
    :'sender_user_id' => :'String',
    :'signature_type' => :'String',
    :'signature_type_value' => :'String',
    :'sign_date' => :'String',
    :'signed' => :'String',
    :'signed_date' => :'String',
    :'signed_on_mobile' => :'String',
    :'signed_on_paper' => :'String',
    :'signer_list' => :'String',
    :'status' => :'String',
    :'status_changed_date' => :'String',
    :'status_changed_ts' => :'String',
    :'status_comment' => :'String',
    :'subject' => :'String',
    :'successes' => :'String',
    :'template_id' => :'String',
    :'template_name' => :'String',
    :'templates_created' => :'String',
    :'templates_created_count' => :'String',
    :'terminal_status_date' => :'String',
    :'time_to_complete_seconds' => :'String',
    :'time_to_deliver' => :'String',
    :'total_documents' => :'String',
    :'total_envelopes' => :'String',
    :'total_pages' => :'String',
    :'total_recipients' => :'String',
    :'total_signers' => :'String',
    :'unique_senders' => :'String',
    :'user_account_email' => :'String',
    :'user_account_name' => :'String',
    :'user_account_status' => :'String',
    :'user_count' => :'String',
    :'user_id' => :'String',
    :'verification_status' => :'String',
    :'verification_type' => :'String',
    :'view_date' => :'String',
    :'voided_ts' => :'String'
  }
end

Instance Method Details

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 1348

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      access_code_required == o.access_code_required &&
      access_codes_attempted == o.access_codes_attempted &&
      access_codes_failed == o.access_codes_failed &&
       == o. &&
      authentication_category == o.authentication_category &&
      authentication_success == o.authentication_success &&
      authentication_type == o.authentication_type &&
      average_time_to_complete_seconds == o.average_time_to_complete_seconds &&
      avg_complete_seconds == o.avg_complete_seconds &&
      capture_method == o.capture_method &&
      completed == o.completed &&
      completed_ts == o.completed_ts &&
      created_date == o.created_date &&
      created_on == o.created_on &&
      creator == o.creator &&
      custom_field == o.custom_field &&
      declined_date == o.declined_date &&
      declined_reason == o.declined_reason &&
      delivered_date == o.delivered_date &&
      envelope_count == o.envelope_count &&
      envelope_creator == o.envelope_creator &&
      envelope_id == o.envelope_id &&
      envelope_initial_send_ts == o.envelope_initial_send_ts &&
      envelopes_billed == o.envelopes_billed &&
      envelopes_completed == o.envelopes_completed &&
      envelopes_completed_count == o.envelopes_completed_count &&
      envelopes_declined == o.envelopes_declined &&
      envelopes_sent == o.envelopes_sent &&
      envelopes_sent_count == o.envelopes_sent_count &&
      envelopes_voided == o.envelopes_voided &&
      envelope_voided_reason == o.envelope_voided_reason &&
      eod_document_description == o.eod_document_description &&
      eod_document_name == o.eod_document_name &&
      eod_document_profile_id == o.eod_document_profile_id &&
      eod_transaction_id == o.eod_transaction_id &&
      eod_transaction_name == o.eod_transaction_name &&
      event_date == o.event_date &&
      expiration_date == o.expiration_date &&
      expired_ts == o.expired_ts &&
      failure_reason == o.failure_reason &&
      failures == o.failures &&
      failure_vendor_code == o.failure_vendor_code &&
      failure_vendor_reason == o.failure_vendor_reason &&
      first_send_ts == o.first_send_ts &&
      group_id == o.group_id &&
      group_name == o.group_name &&
      hours_to_complete_end == o.hours_to_complete_end &&
      hours_to_complete_start == o.hours_to_complete_start &&
      id_checks_attempted == o.id_checks_attempted &&
      id_checks_failed == o.id_checks_failed &&
      id_country == o.id_country &&
      id_method == o.id_method &&
      initial_send_ts == o.initial_send_ts &&
      ip_address == o.ip_address &&
      last_activity == o.last_activity &&
      last_activity_date == o.last_activity_date &&
      last_modified == o.last_modified &&
      last_sent_date == o.last_sent_date &&
      last_used == o.last_used &&
       == o. &&
      not_signed == o.not_signed &&
      number_of_authenticated_recipients == o.number_of_authenticated_recipients &&
      number_of_completed_signatures == o.number_of_completed_signatures &&
      number_of_documents == o.number_of_documents &&
      number_of_pages == o.number_of_pages &&
      number_of_recipients == o.number_of_recipients &&
      number_of_sends == o.number_of_sends &&
      number_of_signers == o.number_of_signers &&
      number_of_total_documents == o.number_of_total_documents &&
      number_of_total_pages == o.number_of_total_pages &&
      number_of_total_signers == o.number_of_total_signers &&
      number_of_unique_senders == o.number_of_unique_senders &&
      number_total_recipients == o.number_total_recipients &&
      other_recipients_list == o.other_recipients_list &&
      owner == o.owner &&
      owner_mail == o.owner_mail &&
      period_end == o.period_end &&
      period_start == o.period_start &&
      phone_calls_attempted == o.phone_calls_attempted &&
      phone_calls_failed == o.phone_calls_failed &&
      pii_redacted == o.pii_redacted &&
      purge_date == o.purge_date &&
      reason_for_declining == o.reason_for_declining &&
      reason_for_voiding == o.reason_for_voiding &&
      reassign_reason == o.reassign_reason &&
      received == o.received &&
      recipient == o.recipient &&
      recipient_action == o.recipient_action &&
      recipient_company_name == o.recipient_company_name &&
      recipient_country == o.recipient_country &&
      recipient_email == o.recipient_email &&
      recipient_id == o.recipient_id &&
      recipient_name == o.recipient_name &&
      recipient_role_name == o.recipient_role_name &&
      recipient_template_role_name == o.recipient_template_role_name &&
      recipient_title == o.recipient_title &&
      recipient_type == o.recipient_type &&
      recipient_user_id == o.recipient_user_id &&
      remaining_signatures == o.remaining_signatures &&
      routing_order == o.routing_order &&
       == o. &&
      sender_company_name == o.sender_company_name &&
      sender_country == o.sender_country &&
      sender_email == o.sender_email &&
      sender_ip_address == o.sender_ip_address &&
      sender_job_title == o.sender_job_title &&
      sender_name == o.sender_name &&
      sender_user_id == o.sender_user_id &&
      signature_type == o.signature_type &&
      signature_type_value == o.signature_type_value &&
      sign_date == o.sign_date &&
      signed == o.signed &&
      signed_date == o.signed_date &&
      signed_on_mobile == o.signed_on_mobile &&
      signed_on_paper == o.signed_on_paper &&
      signer_list == o.signer_list &&
      status == o.status &&
      status_changed_date == o.status_changed_date &&
      status_changed_ts == o.status_changed_ts &&
      status_comment == o.status_comment &&
      subject == o.subject &&
      successes == o.successes &&
      template_id == o.template_id &&
      template_name == o.template_name &&
      templates_created == o.templates_created &&
      templates_created_count == o.templates_created_count &&
      terminal_status_date == o.terminal_status_date &&
      time_to_complete_seconds == o.time_to_complete_seconds &&
      time_to_deliver == o.time_to_deliver &&
      total_documents == o.total_documents &&
      total_envelopes == o.total_envelopes &&
      total_pages == o.total_pages &&
      total_recipients == o.total_recipients &&
      total_signers == o.total_signers &&
      unique_senders == o.unique_senders &&
       == o. &&
       == o. &&
       == o. &&
      user_count == o.user_count &&
      user_id == o.user_id &&
      verification_status == o.verification_status &&
      verification_type == o.verification_type &&
      view_date == o.view_date &&
      voided_ts == o.voided_ts
end

#_deserialize(type, value) ⇒ Object

Deserializes the data based on type

Parameters:

  • string

    type Data type

  • string

    value Value to be deserialized

Returns:

  • (Object)

    Deserialized data



1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 1533

def _deserialize(type, value)
  case type.to_sym
  when :DateTime
    DateTime.parse(value)
  when :Date
    Date.parse(value)
  when :String
    value.to_s
  when :Integer
    value.to_i
  when :Float
    value.to_f
  when :BOOLEAN
    if value.to_s =~ /\A(true|t|yes|y|1)\z/i
      true
    else
      false
    end
  when :Object
    # generic object (usually a Hash), return directly
    value
  when /\AArray<(?<inner_type>.+)>\z/
    inner_type = Regexp.last_match[:inner_type]
    value.map { |v| _deserialize(inner_type, v) }
  when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
    k_type = Regexp.last_match[:k_type]
    v_type = Regexp.last_match[:v_type]
    {}.tap do |hash|
      value.each do |k, v|
        hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
      end
    end
  else # model
    temp_model = DocuSign_eSign.const_get(type).new
    temp_model.build_from_hash(value)
  end
end

#_to_hash(value) ⇒ Hash

Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value

Parameters:

  • value (Object)

    Any valid value

Returns:

  • (Hash)

    Returns the value in the form of hash



1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 1599

def _to_hash(value)
  if value.is_a?(Array)
    value.compact.map { |v| _to_hash(v) }
  elsif value.is_a?(Hash)
    {}.tap do |hash|
      value.each { |k, v| hash[k] = _to_hash(v) }
    end
  elsif value.respond_to? :to_hash
    value.to_hash
  else
    value
  end
end

#build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 1512

def build_from_hash(attributes)
  return nil unless attributes.is_a?(Hash)
  self.class.swagger_types.each_pair do |key, type|
    if type =~ /\AArray<(.*)>/i
      # check to ensure the input is an array given that the attribute
      # is documented as an array but the input is not
      if attributes[self.class.attribute_map[key]].is_a?(Array)
        self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
      end
    elsif !attributes[self.class.attribute_map[key]].nil?
      self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
    end # or else data not found in attributes(hash), not an issue as the data can be optional
  end

  self
end

#eql?(o) ⇒ Boolean

Parameters:

  • Object (Object)

    to be compared

Returns:

  • (Boolean)

See Also:

  • `==` method


1499
1500
1501
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 1499

def eql?(o)
  self == o
end

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



1505
1506
1507
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 1505

def hash
  [access_code_required, access_codes_attempted, access_codes_failed, , authentication_category, authentication_success, authentication_type, average_time_to_complete_seconds, avg_complete_seconds, capture_method, completed, completed_ts, created_date, created_on, creator, custom_field, declined_date, declined_reason, delivered_date, envelope_count, envelope_creator, envelope_id, envelope_initial_send_ts, envelopes_billed, envelopes_completed, envelopes_completed_count, envelopes_declined, envelopes_sent, envelopes_sent_count, envelopes_voided, envelope_voided_reason, eod_document_description, eod_document_name, eod_document_profile_id, eod_transaction_id, eod_transaction_name, event_date, expiration_date, expired_ts, failure_reason, failures, failure_vendor_code, failure_vendor_reason, first_send_ts, group_id, group_name, hours_to_complete_end, hours_to_complete_start, id_checks_attempted, id_checks_failed, id_country, id_method, initial_send_ts, ip_address, last_activity, last_activity_date, last_modified, last_sent_date, last_used, , not_signed, number_of_authenticated_recipients, number_of_completed_signatures, number_of_documents, number_of_pages, number_of_recipients, number_of_sends, number_of_signers, number_of_total_documents, number_of_total_pages, number_of_total_signers, number_of_unique_senders, number_total_recipients, other_recipients_list, owner, owner_mail, period_end, period_start, phone_calls_attempted, phone_calls_failed, pii_redacted, purge_date, reason_for_declining, reason_for_voiding, reassign_reason, received, recipient, recipient_action, recipient_company_name, recipient_country, recipient_email, recipient_id, recipient_name, recipient_role_name, recipient_template_role_name, recipient_title, recipient_type, recipient_user_id, remaining_signatures, routing_order, , sender_company_name, sender_country, sender_email, sender_ip_address, sender_job_title, sender_name, sender_user_id, signature_type, signature_type_value, sign_date, signed, signed_date, signed_on_mobile, signed_on_paper, signer_list, status, status_changed_date, status_changed_ts, status_comment, subject, successes, template_id, template_name, templates_created, templates_created_count, terminal_status_date, time_to_complete_seconds, time_to_deliver, total_documents, total_envelopes, total_pages, total_recipients, total_signers, unique_senders, , , , user_count, user_id, verification_status, verification_type, view_date, voided_ts].hash
end

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?

Returns:

  • Array for valid properties with the reasons



1335
1336
1337
1338
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 1335

def list_invalid_properties
  invalid_properties = Array.new
  invalid_properties
end

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



1579
1580
1581
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 1579

def to_body
  to_hash
end

#to_hashHash

Returns the object in the form of hash

Returns:

  • (Hash)

    Returns the object in the form of hash



1585
1586
1587
1588
1589
1590
1591
1592
1593
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 1585

def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = self.send(attr)
    next if value.nil?
    hash[param] = _to_hash(value)
  end
  hash
end

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



1573
1574
1575
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 1573

def to_s
  to_hash.to_s
end

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



1342
1343
1344
# File 'lib/docusign_esign/models/report_in_product_run_response_row_fields.rb', line 1342

def valid?
  true
end