@microsoft/msgraph-sdk 1.0.0-preview.61 → 1.0.0-preview.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/models/callRecords/index.d.ts +112 -80
  2. package/models/callRecords/index.d.ts.map +1 -1
  3. package/models/callRecords/index.js +419 -283
  4. package/models/callRecords/index.js.map +1 -1
  5. package/models/externalConnectors/index.d.ts +108 -75
  6. package/models/externalConnectors/index.d.ts.map +1 -1
  7. package/models/externalConnectors/index.js +274 -156
  8. package/models/externalConnectors/index.js.map +1 -1
  9. package/models/identityGovernance/index.d.ts +180 -93
  10. package/models/identityGovernance/index.d.ts.map +1 -1
  11. package/models/identityGovernance/index.js +532 -325
  12. package/models/identityGovernance/index.js.map +1 -1
  13. package/models/index.d.ts +11003 -5288
  14. package/models/index.d.ts.map +1 -1
  15. package/models/index.js +34025 -17286
  16. package/models/index.js.map +1 -1
  17. package/models/oDataErrors/index.d.ts +16 -20
  18. package/models/oDataErrors/index.d.ts.map +1 -1
  19. package/models/oDataErrors/index.js +41 -25
  20. package/models/oDataErrors/index.js.map +1 -1
  21. package/models/partners/billing/index.d.ts +81 -18
  22. package/models/partners/billing/index.d.ts.map +1 -1
  23. package/models/partners/billing/index.js +169 -70
  24. package/models/partners/billing/index.js.map +1 -1
  25. package/models/search/index.d.ts +44 -27
  26. package/models/search/index.d.ts.map +1 -1
  27. package/models/search/index.js +137 -82
  28. package/models/search/index.js.map +1 -1
  29. package/models/security/index.d.ts +844 -367
  30. package/models/security/index.d.ts.map +1 -1
  31. package/models/security/index.js +2727 -1571
  32. package/models/security/index.js.map +1 -1
  33. package/models/termStore/index.d.ts +52 -25
  34. package/models/termStore/index.d.ts.map +1 -1
  35. package/models/termStore/index.js +136 -84
  36. package/models/termStore/index.js.map +1 -1
  37. package/package.json +2 -2
  38. package/tsconfig.tsbuildinfo +1 -1
  39. package/version.d.ts +1 -1
  40. package/version.js +1 -1
@@ -145,10 +145,6 @@ export interface AlertCollectionResponse extends BaseCollectionPaginationCountRe
145
145
  value?: Alert[] | null;
146
146
  }
147
147
  export interface AlertComment extends AdditionalDataHolder, BackedModel, Parsable {
148
- /**
149
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
150
- */
151
- additionalData?: Record<string, unknown>;
152
148
  /**
153
149
  * Stores model information.
154
150
  */
@@ -172,10 +168,6 @@ export interface AlertComment extends AdditionalDataHolder, BackedModel, Parsabl
172
168
  }
173
169
  export type AlertDetermination = (typeof AlertDeterminationObject)[keyof typeof AlertDeterminationObject];
174
170
  export interface AlertEvidence extends AdditionalDataHolder, BackedModel, Parsable {
175
- /**
176
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
177
- */
178
- additionalData?: Record<string, unknown>;
179
171
  /**
180
172
  * Stores model information.
181
173
  */
@@ -371,10 +363,6 @@ export interface AuthorityTemplateCollectionResponse extends BaseCollectionPagin
371
363
  value?: AuthorityTemplate[] | null;
372
364
  }
373
365
  export interface AutonomousSystem extends AdditionalDataHolder, BackedModel, Parsable {
374
- /**
375
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
376
- */
377
- additionalData?: Record<string, unknown>;
378
366
  /**
379
367
  * Stores model information.
380
368
  */
@@ -1941,10 +1929,6 @@ export declare function createWhoisRecordCollectionResponseFromDiscriminatorValu
1941
1929
  */
1942
1930
  export declare function createWhoisRecordFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1943
1931
  export interface CvssSummary extends AdditionalDataHolder, BackedModel, Parsable {
1944
- /**
1945
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
1946
- */
1947
- additionalData?: Record<string, unknown>;
1948
1932
  /**
1949
1933
  * Stores model information.
1950
1934
  */
@@ -2048,10 +2032,6 @@ export interface DepartmentTemplateCollectionResponse extends BaseCollectionPagi
2048
2032
  value?: DepartmentTemplate[] | null;
2049
2033
  }
2050
2034
  export interface DeploymentAccessKeyType extends AdditionalDataHolder, BackedModel, Parsable {
2051
- /**
2052
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
2053
- */
2054
- additionalData?: Record<string, unknown>;
2055
2035
  /**
2056
2036
  * Stores model information.
2057
2037
  */
@@ -2068,1056 +2048,1267 @@ export interface DeploymentAccessKeyType extends AdditionalDataHolder, BackedMod
2068
2048
  export type DeploymentStatus = (typeof DeploymentStatusObject)[keyof typeof DeploymentStatusObject];
2069
2049
  /**
2070
2050
  * The deserialization information for the current model
2051
+ * @param Alert The instance to deserialize into.
2071
2052
  * @returns {Record<string, (node: ParseNode) => void>}
2072
2053
  */
2073
2054
  export declare function deserializeIntoAlert(alert?: Partial<Alert> | undefined): Record<string, (node: ParseNode) => void>;
2074
2055
  /**
2075
2056
  * The deserialization information for the current model
2057
+ * @param AlertCollectionResponse The instance to deserialize into.
2076
2058
  * @returns {Record<string, (node: ParseNode) => void>}
2077
2059
  */
2078
2060
  export declare function deserializeIntoAlertCollectionResponse(alertCollectionResponse?: Partial<AlertCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2079
2061
  /**
2080
2062
  * The deserialization information for the current model
2063
+ * @param AlertComment The instance to deserialize into.
2081
2064
  * @returns {Record<string, (node: ParseNode) => void>}
2082
2065
  */
2083
2066
  export declare function deserializeIntoAlertComment(alertComment?: Partial<AlertComment> | undefined): Record<string, (node: ParseNode) => void>;
2084
2067
  /**
2085
2068
  * The deserialization information for the current model
2069
+ * @param AlertEvidence The instance to deserialize into.
2086
2070
  * @returns {Record<string, (node: ParseNode) => void>}
2087
2071
  */
2088
2072
  export declare function deserializeIntoAlertEvidence(alertEvidence?: Partial<AlertEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2089
2073
  /**
2090
2074
  * The deserialization information for the current model
2075
+ * @param AmazonResourceEvidence The instance to deserialize into.
2091
2076
  * @returns {Record<string, (node: ParseNode) => void>}
2092
2077
  */
2093
2078
  export declare function deserializeIntoAmazonResourceEvidence(amazonResourceEvidence?: Partial<AmazonResourceEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2094
2079
  /**
2095
2080
  * The deserialization information for the current model
2081
+ * @param AnalyzedMessageEvidence The instance to deserialize into.
2096
2082
  * @returns {Record<string, (node: ParseNode) => void>}
2097
2083
  */
2098
2084
  export declare function deserializeIntoAnalyzedMessageEvidence(analyzedMessageEvidence?: Partial<AnalyzedMessageEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2099
2085
  /**
2100
2086
  * The deserialization information for the current model
2087
+ * @param Article The instance to deserialize into.
2101
2088
  * @returns {Record<string, (node: ParseNode) => void>}
2102
2089
  */
2103
2090
  export declare function deserializeIntoArticle(article?: Partial<Article> | undefined): Record<string, (node: ParseNode) => void>;
2104
2091
  /**
2105
2092
  * The deserialization information for the current model
2093
+ * @param ArticleCollectionResponse The instance to deserialize into.
2106
2094
  * @returns {Record<string, (node: ParseNode) => void>}
2107
2095
  */
2108
2096
  export declare function deserializeIntoArticleCollectionResponse(articleCollectionResponse?: Partial<ArticleCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2109
2097
  /**
2110
2098
  * The deserialization information for the current model
2099
+ * @param ArticleIndicator The instance to deserialize into.
2111
2100
  * @returns {Record<string, (node: ParseNode) => void>}
2112
2101
  */
2113
2102
  export declare function deserializeIntoArticleIndicator(articleIndicator?: Partial<ArticleIndicator> | undefined): Record<string, (node: ParseNode) => void>;
2114
2103
  /**
2115
2104
  * The deserialization information for the current model
2105
+ * @param ArticleIndicatorCollectionResponse The instance to deserialize into.
2116
2106
  * @returns {Record<string, (node: ParseNode) => void>}
2117
2107
  */
2118
2108
  export declare function deserializeIntoArticleIndicatorCollectionResponse(articleIndicatorCollectionResponse?: Partial<ArticleIndicatorCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2119
2109
  /**
2120
2110
  * The deserialization information for the current model
2111
+ * @param Artifact The instance to deserialize into.
2121
2112
  * @returns {Record<string, (node: ParseNode) => void>}
2122
2113
  */
2123
2114
  export declare function deserializeIntoArtifact(artifact?: Partial<Artifact> | undefined): Record<string, (node: ParseNode) => void>;
2124
2115
  /**
2125
2116
  * The deserialization information for the current model
2117
+ * @param AuthorityTemplate The instance to deserialize into.
2126
2118
  * @returns {Record<string, (node: ParseNode) => void>}
2127
2119
  */
2128
2120
  export declare function deserializeIntoAuthorityTemplate(authorityTemplate?: Partial<AuthorityTemplate> | undefined): Record<string, (node: ParseNode) => void>;
2129
2121
  /**
2130
2122
  * The deserialization information for the current model
2123
+ * @param AuthorityTemplateCollectionResponse The instance to deserialize into.
2131
2124
  * @returns {Record<string, (node: ParseNode) => void>}
2132
2125
  */
2133
2126
  export declare function deserializeIntoAuthorityTemplateCollectionResponse(authorityTemplateCollectionResponse?: Partial<AuthorityTemplateCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2134
2127
  /**
2135
2128
  * The deserialization information for the current model
2129
+ * @param AutonomousSystem The instance to deserialize into.
2136
2130
  * @returns {Record<string, (node: ParseNode) => void>}
2137
2131
  */
2138
2132
  export declare function deserializeIntoAutonomousSystem(autonomousSystem?: Partial<AutonomousSystem> | undefined): Record<string, (node: ParseNode) => void>;
2139
2133
  /**
2140
2134
  * The deserialization information for the current model
2135
+ * @param AzureResourceEvidence The instance to deserialize into.
2141
2136
  * @returns {Record<string, (node: ParseNode) => void>}
2142
2137
  */
2143
2138
  export declare function deserializeIntoAzureResourceEvidence(azureResourceEvidence?: Partial<AzureResourceEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2144
2139
  /**
2145
2140
  * The deserialization information for the current model
2141
+ * @param BlobContainerEvidence The instance to deserialize into.
2146
2142
  * @returns {Record<string, (node: ParseNode) => void>}
2147
2143
  */
2148
2144
  export declare function deserializeIntoBlobContainerEvidence(blobContainerEvidence?: Partial<BlobContainerEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2149
2145
  /**
2150
2146
  * The deserialization information for the current model
2147
+ * @param BlobEvidence The instance to deserialize into.
2151
2148
  * @returns {Record<string, (node: ParseNode) => void>}
2152
2149
  */
2153
2150
  export declare function deserializeIntoBlobEvidence(blobEvidence?: Partial<BlobEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2154
2151
  /**
2155
2152
  * The deserialization information for the current model
2153
+ * @param CaseEscaped The instance to deserialize into.
2156
2154
  * @returns {Record<string, (node: ParseNode) => void>}
2157
2155
  */
2158
2156
  export declare function deserializeIntoCaseEscaped(caseEscaped?: Partial<CaseEscaped> | undefined): Record<string, (node: ParseNode) => void>;
2159
2157
  /**
2160
2158
  * The deserialization information for the current model
2159
+ * @param CaseOperation The instance to deserialize into.
2161
2160
  * @returns {Record<string, (node: ParseNode) => void>}
2162
2161
  */
2163
2162
  export declare function deserializeIntoCaseOperation(caseOperation?: Partial<CaseOperation> | undefined): Record<string, (node: ParseNode) => void>;
2164
2163
  /**
2165
2164
  * The deserialization information for the current model
2165
+ * @param CaseOperationCollectionResponse The instance to deserialize into.
2166
2166
  * @returns {Record<string, (node: ParseNode) => void>}
2167
2167
  */
2168
2168
  export declare function deserializeIntoCaseOperationCollectionResponse(caseOperationCollectionResponse?: Partial<CaseOperationCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2169
2169
  /**
2170
2170
  * The deserialization information for the current model
2171
+ * @param CasesRoot The instance to deserialize into.
2171
2172
  * @returns {Record<string, (node: ParseNode) => void>}
2172
2173
  */
2173
2174
  export declare function deserializeIntoCasesRoot(casesRoot?: Partial<CasesRoot> | undefined): Record<string, (node: ParseNode) => void>;
2174
2175
  /**
2175
2176
  * The deserialization information for the current model
2177
+ * @param CategoryTemplate The instance to deserialize into.
2176
2178
  * @returns {Record<string, (node: ParseNode) => void>}
2177
2179
  */
2178
2180
  export declare function deserializeIntoCategoryTemplate(categoryTemplate?: Partial<CategoryTemplate> | undefined): Record<string, (node: ParseNode) => void>;
2179
2181
  /**
2180
2182
  * The deserialization information for the current model
2183
+ * @param CategoryTemplateCollectionResponse The instance to deserialize into.
2181
2184
  * @returns {Record<string, (node: ParseNode) => void>}
2182
2185
  */
2183
2186
  export declare function deserializeIntoCategoryTemplateCollectionResponse(categoryTemplateCollectionResponse?: Partial<CategoryTemplateCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2184
2187
  /**
2185
2188
  * The deserialization information for the current model
2189
+ * @param CitationTemplate The instance to deserialize into.
2186
2190
  * @returns {Record<string, (node: ParseNode) => void>}
2187
2191
  */
2188
2192
  export declare function deserializeIntoCitationTemplate(citationTemplate?: Partial<CitationTemplate> | undefined): Record<string, (node: ParseNode) => void>;
2189
2193
  /**
2190
2194
  * The deserialization information for the current model
2195
+ * @param CitationTemplateCollectionResponse The instance to deserialize into.
2191
2196
  * @returns {Record<string, (node: ParseNode) => void>}
2192
2197
  */
2193
2198
  export declare function deserializeIntoCitationTemplateCollectionResponse(citationTemplateCollectionResponse?: Partial<CitationTemplateCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2194
2199
  /**
2195
2200
  * The deserialization information for the current model
2201
+ * @param CloudApplicationEvidence The instance to deserialize into.
2196
2202
  * @returns {Record<string, (node: ParseNode) => void>}
2197
2203
  */
2198
2204
  export declare function deserializeIntoCloudApplicationEvidence(cloudApplicationEvidence?: Partial<CloudApplicationEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2199
2205
  /**
2200
2206
  * The deserialization information for the current model
2207
+ * @param CloudLogonRequestEvidence The instance to deserialize into.
2201
2208
  * @returns {Record<string, (node: ParseNode) => void>}
2202
2209
  */
2203
2210
  export declare function deserializeIntoCloudLogonRequestEvidence(cloudLogonRequestEvidence?: Partial<CloudLogonRequestEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2204
2211
  /**
2205
2212
  * The deserialization information for the current model
2213
+ * @param CloudLogonSessionEvidence The instance to deserialize into.
2206
2214
  * @returns {Record<string, (node: ParseNode) => void>}
2207
2215
  */
2208
2216
  export declare function deserializeIntoCloudLogonSessionEvidence(cloudLogonSessionEvidence?: Partial<CloudLogonSessionEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2209
2217
  /**
2210
2218
  * The deserialization information for the current model
2219
+ * @param ContainerEvidence The instance to deserialize into.
2211
2220
  * @returns {Record<string, (node: ParseNode) => void>}
2212
2221
  */
2213
2222
  export declare function deserializeIntoContainerEvidence(containerEvidence?: Partial<ContainerEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2214
2223
  /**
2215
2224
  * The deserialization information for the current model
2225
+ * @param ContainerImageEvidence The instance to deserialize into.
2216
2226
  * @returns {Record<string, (node: ParseNode) => void>}
2217
2227
  */
2218
2228
  export declare function deserializeIntoContainerImageEvidence(containerImageEvidence?: Partial<ContainerImageEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2219
2229
  /**
2220
2230
  * The deserialization information for the current model
2231
+ * @param ContainerRegistryEvidence The instance to deserialize into.
2221
2232
  * @returns {Record<string, (node: ParseNode) => void>}
2222
2233
  */
2223
2234
  export declare function deserializeIntoContainerRegistryEvidence(containerRegistryEvidence?: Partial<ContainerRegistryEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2224
2235
  /**
2225
2236
  * The deserialization information for the current model
2237
+ * @param CvssSummary The instance to deserialize into.
2226
2238
  * @returns {Record<string, (node: ParseNode) => void>}
2227
2239
  */
2228
2240
  export declare function deserializeIntoCvssSummary(cvssSummary?: Partial<CvssSummary> | undefined): Record<string, (node: ParseNode) => void>;
2229
2241
  /**
2230
2242
  * The deserialization information for the current model
2243
+ * @param DataSet The instance to deserialize into.
2231
2244
  * @returns {Record<string, (node: ParseNode) => void>}
2232
2245
  */
2233
2246
  export declare function deserializeIntoDataSet(dataSet?: Partial<DataSet> | undefined): Record<string, (node: ParseNode) => void>;
2234
2247
  /**
2235
2248
  * The deserialization information for the current model
2249
+ * @param DataSource The instance to deserialize into.
2236
2250
  * @returns {Record<string, (node: ParseNode) => void>}
2237
2251
  */
2238
2252
  export declare function deserializeIntoDataSource(dataSource?: Partial<DataSource> | undefined): Record<string, (node: ParseNode) => void>;
2239
2253
  /**
2240
2254
  * The deserialization information for the current model
2255
+ * @param DataSourceCollectionResponse The instance to deserialize into.
2241
2256
  * @returns {Record<string, (node: ParseNode) => void>}
2242
2257
  */
2243
2258
  export declare function deserializeIntoDataSourceCollectionResponse(dataSourceCollectionResponse?: Partial<DataSourceCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2244
2259
  /**
2245
2260
  * The deserialization information for the current model
2261
+ * @param DataSourceContainer The instance to deserialize into.
2246
2262
  * @returns {Record<string, (node: ParseNode) => void>}
2247
2263
  */
2248
2264
  export declare function deserializeIntoDataSourceContainer(dataSourceContainer?: Partial<DataSourceContainer> | undefined): Record<string, (node: ParseNode) => void>;
2249
2265
  /**
2250
2266
  * The deserialization information for the current model
2267
+ * @param DepartmentTemplate The instance to deserialize into.
2251
2268
  * @returns {Record<string, (node: ParseNode) => void>}
2252
2269
  */
2253
2270
  export declare function deserializeIntoDepartmentTemplate(departmentTemplate?: Partial<DepartmentTemplate> | undefined): Record<string, (node: ParseNode) => void>;
2254
2271
  /**
2255
2272
  * The deserialization information for the current model
2273
+ * @param DepartmentTemplateCollectionResponse The instance to deserialize into.
2256
2274
  * @returns {Record<string, (node: ParseNode) => void>}
2257
2275
  */
2258
2276
  export declare function deserializeIntoDepartmentTemplateCollectionResponse(departmentTemplateCollectionResponse?: Partial<DepartmentTemplateCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2259
2277
  /**
2260
2278
  * The deserialization information for the current model
2279
+ * @param DeploymentAccessKeyType The instance to deserialize into.
2261
2280
  * @returns {Record<string, (node: ParseNode) => void>}
2262
2281
  */
2263
2282
  export declare function deserializeIntoDeploymentAccessKeyType(deploymentAccessKeyType?: Partial<DeploymentAccessKeyType> | undefined): Record<string, (node: ParseNode) => void>;
2264
2283
  /**
2265
2284
  * The deserialization information for the current model
2285
+ * @param DeviceEvidence The instance to deserialize into.
2266
2286
  * @returns {Record<string, (node: ParseNode) => void>}
2267
2287
  */
2268
2288
  export declare function deserializeIntoDeviceEvidence(deviceEvidence?: Partial<DeviceEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2269
2289
  /**
2270
2290
  * The deserialization information for the current model
2291
+ * @param Dictionary The instance to deserialize into.
2271
2292
  * @returns {Record<string, (node: ParseNode) => void>}
2272
2293
  */
2273
2294
  export declare function deserializeIntoDictionary(dictionary?: Partial<Dictionary> | undefined): Record<string, (node: ParseNode) => void>;
2274
2295
  /**
2275
2296
  * The deserialization information for the current model
2297
+ * @param DispositionReviewStage The instance to deserialize into.
2276
2298
  * @returns {Record<string, (node: ParseNode) => void>}
2277
2299
  */
2278
2300
  export declare function deserializeIntoDispositionReviewStage(dispositionReviewStage?: Partial<DispositionReviewStage> | undefined): Record<string, (node: ParseNode) => void>;
2279
2301
  /**
2280
2302
  * The deserialization information for the current model
2303
+ * @param DispositionReviewStageCollectionResponse The instance to deserialize into.
2281
2304
  * @returns {Record<string, (node: ParseNode) => void>}
2282
2305
  */
2283
2306
  export declare function deserializeIntoDispositionReviewStageCollectionResponse(dispositionReviewStageCollectionResponse?: Partial<DispositionReviewStageCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2284
2307
  /**
2285
2308
  * The deserialization information for the current model
2309
+ * @param DnsEvidence The instance to deserialize into.
2286
2310
  * @returns {Record<string, (node: ParseNode) => void>}
2287
2311
  */
2288
2312
  export declare function deserializeIntoDnsEvidence(dnsEvidence?: Partial<DnsEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2289
2313
  /**
2290
2314
  * The deserialization information for the current model
2315
+ * @param EdiscoveryAddToReviewSetOperation The instance to deserialize into.
2291
2316
  * @returns {Record<string, (node: ParseNode) => void>}
2292
2317
  */
2293
2318
  export declare function deserializeIntoEdiscoveryAddToReviewSetOperation(ediscoveryAddToReviewSetOperation?: Partial<EdiscoveryAddToReviewSetOperation> | undefined): Record<string, (node: ParseNode) => void>;
2294
2319
  /**
2295
2320
  * The deserialization information for the current model
2321
+ * @param EdiscoveryCase The instance to deserialize into.
2296
2322
  * @returns {Record<string, (node: ParseNode) => void>}
2297
2323
  */
2298
2324
  export declare function deserializeIntoEdiscoveryCase(ediscoveryCase?: Partial<EdiscoveryCase> | undefined): Record<string, (node: ParseNode) => void>;
2299
2325
  /**
2300
2326
  * The deserialization information for the current model
2327
+ * @param EdiscoveryCaseCollectionResponse The instance to deserialize into.
2301
2328
  * @returns {Record<string, (node: ParseNode) => void>}
2302
2329
  */
2303
2330
  export declare function deserializeIntoEdiscoveryCaseCollectionResponse(ediscoveryCaseCollectionResponse?: Partial<EdiscoveryCaseCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2304
2331
  /**
2305
2332
  * The deserialization information for the current model
2333
+ * @param EdiscoveryCaseSettings The instance to deserialize into.
2306
2334
  * @returns {Record<string, (node: ParseNode) => void>}
2307
2335
  */
2308
2336
  export declare function deserializeIntoEdiscoveryCaseSettings(ediscoveryCaseSettings?: Partial<EdiscoveryCaseSettings> | undefined): Record<string, (node: ParseNode) => void>;
2309
2337
  /**
2310
2338
  * The deserialization information for the current model
2339
+ * @param EdiscoveryCustodian The instance to deserialize into.
2311
2340
  * @returns {Record<string, (node: ParseNode) => void>}
2312
2341
  */
2313
2342
  export declare function deserializeIntoEdiscoveryCustodian(ediscoveryCustodian?: Partial<EdiscoveryCustodian> | undefined): Record<string, (node: ParseNode) => void>;
2314
2343
  /**
2315
2344
  * The deserialization information for the current model
2345
+ * @param EdiscoveryCustodianCollectionResponse The instance to deserialize into.
2316
2346
  * @returns {Record<string, (node: ParseNode) => void>}
2317
2347
  */
2318
2348
  export declare function deserializeIntoEdiscoveryCustodianCollectionResponse(ediscoveryCustodianCollectionResponse?: Partial<EdiscoveryCustodianCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2319
2349
  /**
2320
2350
  * The deserialization information for the current model
2351
+ * @param EdiscoveryEstimateOperation The instance to deserialize into.
2321
2352
  * @returns {Record<string, (node: ParseNode) => void>}
2322
2353
  */
2323
2354
  export declare function deserializeIntoEdiscoveryEstimateOperation(ediscoveryEstimateOperation?: Partial<EdiscoveryEstimateOperation> | undefined): Record<string, (node: ParseNode) => void>;
2324
2355
  /**
2325
2356
  * The deserialization information for the current model
2357
+ * @param EdiscoveryExportOperation The instance to deserialize into.
2326
2358
  * @returns {Record<string, (node: ParseNode) => void>}
2327
2359
  */
2328
2360
  export declare function deserializeIntoEdiscoveryExportOperation(ediscoveryExportOperation?: Partial<EdiscoveryExportOperation> | undefined): Record<string, (node: ParseNode) => void>;
2329
2361
  /**
2330
2362
  * The deserialization information for the current model
2363
+ * @param EdiscoveryHoldOperation The instance to deserialize into.
2331
2364
  * @returns {Record<string, (node: ParseNode) => void>}
2332
2365
  */
2333
2366
  export declare function deserializeIntoEdiscoveryHoldOperation(ediscoveryHoldOperation?: Partial<EdiscoveryHoldOperation> | undefined): Record<string, (node: ParseNode) => void>;
2334
2367
  /**
2335
2368
  * The deserialization information for the current model
2369
+ * @param EdiscoveryIndexOperation The instance to deserialize into.
2336
2370
  * @returns {Record<string, (node: ParseNode) => void>}
2337
2371
  */
2338
2372
  export declare function deserializeIntoEdiscoveryIndexOperation(ediscoveryIndexOperation?: Partial<EdiscoveryIndexOperation> | undefined): Record<string, (node: ParseNode) => void>;
2339
2373
  /**
2340
2374
  * The deserialization information for the current model
2375
+ * @param EdiscoveryNoncustodialDataSource The instance to deserialize into.
2341
2376
  * @returns {Record<string, (node: ParseNode) => void>}
2342
2377
  */
2343
2378
  export declare function deserializeIntoEdiscoveryNoncustodialDataSource(ediscoveryNoncustodialDataSource?: Partial<EdiscoveryNoncustodialDataSource> | undefined): Record<string, (node: ParseNode) => void>;
2344
2379
  /**
2345
2380
  * The deserialization information for the current model
2381
+ * @param EdiscoveryNoncustodialDataSourceCollectionResponse The instance to deserialize into.
2346
2382
  * @returns {Record<string, (node: ParseNode) => void>}
2347
2383
  */
2348
2384
  export declare function deserializeIntoEdiscoveryNoncustodialDataSourceCollectionResponse(ediscoveryNoncustodialDataSourceCollectionResponse?: Partial<EdiscoveryNoncustodialDataSourceCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2349
2385
  /**
2350
2386
  * The deserialization information for the current model
2387
+ * @param EdiscoveryPurgeDataOperation The instance to deserialize into.
2351
2388
  * @returns {Record<string, (node: ParseNode) => void>}
2352
2389
  */
2353
2390
  export declare function deserializeIntoEdiscoveryPurgeDataOperation(ediscoveryPurgeDataOperation?: Partial<EdiscoveryPurgeDataOperation> | undefined): Record<string, (node: ParseNode) => void>;
2354
2391
  /**
2355
2392
  * The deserialization information for the current model
2393
+ * @param EdiscoveryReviewSet The instance to deserialize into.
2356
2394
  * @returns {Record<string, (node: ParseNode) => void>}
2357
2395
  */
2358
2396
  export declare function deserializeIntoEdiscoveryReviewSet(ediscoveryReviewSet?: Partial<EdiscoveryReviewSet> | undefined): Record<string, (node: ParseNode) => void>;
2359
2397
  /**
2360
2398
  * The deserialization information for the current model
2399
+ * @param EdiscoveryReviewSetCollectionResponse The instance to deserialize into.
2361
2400
  * @returns {Record<string, (node: ParseNode) => void>}
2362
2401
  */
2363
2402
  export declare function deserializeIntoEdiscoveryReviewSetCollectionResponse(ediscoveryReviewSetCollectionResponse?: Partial<EdiscoveryReviewSetCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2364
2403
  /**
2365
2404
  * The deserialization information for the current model
2405
+ * @param EdiscoveryReviewSetQuery The instance to deserialize into.
2366
2406
  * @returns {Record<string, (node: ParseNode) => void>}
2367
2407
  */
2368
2408
  export declare function deserializeIntoEdiscoveryReviewSetQuery(ediscoveryReviewSetQuery?: Partial<EdiscoveryReviewSetQuery> | undefined): Record<string, (node: ParseNode) => void>;
2369
2409
  /**
2370
2410
  * The deserialization information for the current model
2411
+ * @param EdiscoveryReviewSetQueryCollectionResponse The instance to deserialize into.
2371
2412
  * @returns {Record<string, (node: ParseNode) => void>}
2372
2413
  */
2373
2414
  export declare function deserializeIntoEdiscoveryReviewSetQueryCollectionResponse(ediscoveryReviewSetQueryCollectionResponse?: Partial<EdiscoveryReviewSetQueryCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2374
2415
  /**
2375
2416
  * The deserialization information for the current model
2417
+ * @param EdiscoveryReviewTag The instance to deserialize into.
2376
2418
  * @returns {Record<string, (node: ParseNode) => void>}
2377
2419
  */
2378
2420
  export declare function deserializeIntoEdiscoveryReviewTag(ediscoveryReviewTag?: Partial<EdiscoveryReviewTag> | undefined): Record<string, (node: ParseNode) => void>;
2379
2421
  /**
2380
2422
  * The deserialization information for the current model
2423
+ * @param EdiscoveryReviewTagCollectionResponse The instance to deserialize into.
2381
2424
  * @returns {Record<string, (node: ParseNode) => void>}
2382
2425
  */
2383
2426
  export declare function deserializeIntoEdiscoveryReviewTagCollectionResponse(ediscoveryReviewTagCollectionResponse?: Partial<EdiscoveryReviewTagCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2384
2427
  /**
2385
2428
  * The deserialization information for the current model
2429
+ * @param EdiscoverySearch The instance to deserialize into.
2386
2430
  * @returns {Record<string, (node: ParseNode) => void>}
2387
2431
  */
2388
2432
  export declare function deserializeIntoEdiscoverySearch(ediscoverySearch?: Partial<EdiscoverySearch> | undefined): Record<string, (node: ParseNode) => void>;
2389
2433
  /**
2390
2434
  * The deserialization information for the current model
2435
+ * @param EdiscoverySearchCollectionResponse The instance to deserialize into.
2391
2436
  * @returns {Record<string, (node: ParseNode) => void>}
2392
2437
  */
2393
2438
  export declare function deserializeIntoEdiscoverySearchCollectionResponse(ediscoverySearchCollectionResponse?: Partial<EdiscoverySearchCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2394
2439
  /**
2395
2440
  * The deserialization information for the current model
2441
+ * @param EdiscoverySearchExportOperation The instance to deserialize into.
2396
2442
  * @returns {Record<string, (node: ParseNode) => void>}
2397
2443
  */
2398
2444
  export declare function deserializeIntoEdiscoverySearchExportOperation(ediscoverySearchExportOperation?: Partial<EdiscoverySearchExportOperation> | undefined): Record<string, (node: ParseNode) => void>;
2399
2445
  /**
2400
2446
  * The deserialization information for the current model
2447
+ * @param EdiscoveryTagOperation The instance to deserialize into.
2401
2448
  * @returns {Record<string, (node: ParseNode) => void>}
2402
2449
  */
2403
2450
  export declare function deserializeIntoEdiscoveryTagOperation(ediscoveryTagOperation?: Partial<EdiscoveryTagOperation> | undefined): Record<string, (node: ParseNode) => void>;
2404
2451
  /**
2405
2452
  * The deserialization information for the current model
2453
+ * @param EmailSender The instance to deserialize into.
2406
2454
  * @returns {Record<string, (node: ParseNode) => void>}
2407
2455
  */
2408
2456
  export declare function deserializeIntoEmailSender(emailSender?: Partial<EmailSender> | undefined): Record<string, (node: ParseNode) => void>;
2409
2457
  /**
2410
2458
  * The deserialization information for the current model
2459
+ * @param EventPropagationResult The instance to deserialize into.
2411
2460
  * @returns {Record<string, (node: ParseNode) => void>}
2412
2461
  */
2413
2462
  export declare function deserializeIntoEventPropagationResult(eventPropagationResult?: Partial<EventPropagationResult> | undefined): Record<string, (node: ParseNode) => void>;
2414
2463
  /**
2415
2464
  * The deserialization information for the current model
2465
+ * @param EventQuery The instance to deserialize into.
2416
2466
  * @returns {Record<string, (node: ParseNode) => void>}
2417
2467
  */
2418
2468
  export declare function deserializeIntoEventQuery(eventQuery?: Partial<EventQuery> | undefined): Record<string, (node: ParseNode) => void>;
2419
2469
  /**
2420
2470
  * The deserialization information for the current model
2471
+ * @param ExportFileMetadata The instance to deserialize into.
2421
2472
  * @returns {Record<string, (node: ParseNode) => void>}
2422
2473
  */
2423
2474
  export declare function deserializeIntoExportFileMetadata(exportFileMetadata?: Partial<ExportFileMetadata> | undefined): Record<string, (node: ParseNode) => void>;
2424
2475
  /**
2425
2476
  * The deserialization information for the current model
2477
+ * @param FileDetails The instance to deserialize into.
2426
2478
  * @returns {Record<string, (node: ParseNode) => void>}
2427
2479
  */
2428
2480
  export declare function deserializeIntoFileDetails(fileDetails?: Partial<FileDetails> | undefined): Record<string, (node: ParseNode) => void>;
2429
2481
  /**
2430
2482
  * The deserialization information for the current model
2483
+ * @param FileEvidence The instance to deserialize into.
2431
2484
  * @returns {Record<string, (node: ParseNode) => void>}
2432
2485
  */
2433
2486
  export declare function deserializeIntoFileEvidence(fileEvidence?: Partial<FileEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2434
2487
  /**
2435
2488
  * The deserialization information for the current model
2489
+ * @param FileHash The instance to deserialize into.
2436
2490
  * @returns {Record<string, (node: ParseNode) => void>}
2437
2491
  */
2438
2492
  export declare function deserializeIntoFileHash(fileHash?: Partial<FileHash> | undefined): Record<string, (node: ParseNode) => void>;
2439
2493
  /**
2440
2494
  * The deserialization information for the current model
2495
+ * @param FileHashEvidence The instance to deserialize into.
2441
2496
  * @returns {Record<string, (node: ParseNode) => void>}
2442
2497
  */
2443
2498
  export declare function deserializeIntoFileHashEvidence(fileHashEvidence?: Partial<FileHashEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2444
2499
  /**
2445
2500
  * The deserialization information for the current model
2501
+ * @param FilePlanAppliedCategory The instance to deserialize into.
2446
2502
  * @returns {Record<string, (node: ParseNode) => void>}
2447
2503
  */
2448
2504
  export declare function deserializeIntoFilePlanAppliedCategory(filePlanAppliedCategory?: Partial<FilePlanAppliedCategory> | undefined): Record<string, (node: ParseNode) => void>;
2449
2505
  /**
2450
2506
  * The deserialization information for the current model
2507
+ * @param FilePlanAuthority The instance to deserialize into.
2451
2508
  * @returns {Record<string, (node: ParseNode) => void>}
2452
2509
  */
2453
2510
  export declare function deserializeIntoFilePlanAuthority(filePlanAuthority?: Partial<FilePlanAuthority> | undefined): Record<string, (node: ParseNode) => void>;
2454
2511
  /**
2455
2512
  * The deserialization information for the current model
2513
+ * @param FilePlanCitation The instance to deserialize into.
2456
2514
  * @returns {Record<string, (node: ParseNode) => void>}
2457
2515
  */
2458
2516
  export declare function deserializeIntoFilePlanCitation(filePlanCitation?: Partial<FilePlanCitation> | undefined): Record<string, (node: ParseNode) => void>;
2459
2517
  /**
2460
2518
  * The deserialization information for the current model
2519
+ * @param FilePlanDepartment The instance to deserialize into.
2461
2520
  * @returns {Record<string, (node: ParseNode) => void>}
2462
2521
  */
2463
2522
  export declare function deserializeIntoFilePlanDepartment(filePlanDepartment?: Partial<FilePlanDepartment> | undefined): Record<string, (node: ParseNode) => void>;
2464
2523
  /**
2465
2524
  * The deserialization information for the current model
2525
+ * @param FilePlanDescriptor The instance to deserialize into.
2466
2526
  * @returns {Record<string, (node: ParseNode) => void>}
2467
2527
  */
2468
2528
  export declare function deserializeIntoFilePlanDescriptor(filePlanDescriptor?: Partial<FilePlanDescriptor> | undefined): Record<string, (node: ParseNode) => void>;
2469
2529
  /**
2470
2530
  * The deserialization information for the current model
2531
+ * @param FilePlanDescriptorBase The instance to deserialize into.
2471
2532
  * @returns {Record<string, (node: ParseNode) => void>}
2472
2533
  */
2473
2534
  export declare function deserializeIntoFilePlanDescriptorBase(filePlanDescriptorBase?: Partial<FilePlanDescriptorBase> | undefined): Record<string, (node: ParseNode) => void>;
2474
2535
  /**
2475
2536
  * The deserialization information for the current model
2537
+ * @param FilePlanDescriptorTemplate The instance to deserialize into.
2476
2538
  * @returns {Record<string, (node: ParseNode) => void>}
2477
2539
  */
2478
2540
  export declare function deserializeIntoFilePlanDescriptorTemplate(filePlanDescriptorTemplate?: Partial<FilePlanDescriptorTemplate> | undefined): Record<string, (node: ParseNode) => void>;
2479
2541
  /**
2480
2542
  * The deserialization information for the current model
2543
+ * @param FilePlanReference The instance to deserialize into.
2481
2544
  * @returns {Record<string, (node: ParseNode) => void>}
2482
2545
  */
2483
2546
  export declare function deserializeIntoFilePlanReference(filePlanReference?: Partial<FilePlanReference> | undefined): Record<string, (node: ParseNode) => void>;
2484
2547
  /**
2485
2548
  * The deserialization information for the current model
2549
+ * @param FilePlanReferenceTemplate The instance to deserialize into.
2486
2550
  * @returns {Record<string, (node: ParseNode) => void>}
2487
2551
  */
2488
2552
  export declare function deserializeIntoFilePlanReferenceTemplate(filePlanReferenceTemplate?: Partial<FilePlanReferenceTemplate> | undefined): Record<string, (node: ParseNode) => void>;
2489
2553
  /**
2490
2554
  * The deserialization information for the current model
2555
+ * @param FilePlanReferenceTemplateCollectionResponse The instance to deserialize into.
2491
2556
  * @returns {Record<string, (node: ParseNode) => void>}
2492
2557
  */
2493
2558
  export declare function deserializeIntoFilePlanReferenceTemplateCollectionResponse(filePlanReferenceTemplateCollectionResponse?: Partial<FilePlanReferenceTemplateCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2494
2559
  /**
2495
2560
  * The deserialization information for the current model
2561
+ * @param FilePlanSubcategory The instance to deserialize into.
2496
2562
  * @returns {Record<string, (node: ParseNode) => void>}
2497
2563
  */
2498
2564
  export declare function deserializeIntoFilePlanSubcategory(filePlanSubcategory?: Partial<FilePlanSubcategory> | undefined): Record<string, (node: ParseNode) => void>;
2499
2565
  /**
2500
2566
  * The deserialization information for the current model
2567
+ * @param FormattedContent The instance to deserialize into.
2501
2568
  * @returns {Record<string, (node: ParseNode) => void>}
2502
2569
  */
2503
2570
  export declare function deserializeIntoFormattedContent(formattedContent?: Partial<FormattedContent> | undefined): Record<string, (node: ParseNode) => void>;
2504
2571
  /**
2505
2572
  * The deserialization information for the current model
2573
+ * @param GeoLocation The instance to deserialize into.
2506
2574
  * @returns {Record<string, (node: ParseNode) => void>}
2507
2575
  */
2508
2576
  export declare function deserializeIntoGeoLocation(geoLocation?: Partial<GeoLocation> | undefined): Record<string, (node: ParseNode) => void>;
2509
2577
  /**
2510
2578
  * The deserialization information for the current model
2579
+ * @param GitHubOrganizationEvidence The instance to deserialize into.
2511
2580
  * @returns {Record<string, (node: ParseNode) => void>}
2512
2581
  */
2513
2582
  export declare function deserializeIntoGitHubOrganizationEvidence(gitHubOrganizationEvidence?: Partial<GitHubOrganizationEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2514
2583
  /**
2515
2584
  * The deserialization information for the current model
2585
+ * @param GitHubRepoEvidence The instance to deserialize into.
2516
2586
  * @returns {Record<string, (node: ParseNode) => void>}
2517
2587
  */
2518
2588
  export declare function deserializeIntoGitHubRepoEvidence(gitHubRepoEvidence?: Partial<GitHubRepoEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2519
2589
  /**
2520
2590
  * The deserialization information for the current model
2591
+ * @param GitHubUserEvidence The instance to deserialize into.
2521
2592
  * @returns {Record<string, (node: ParseNode) => void>}
2522
2593
  */
2523
2594
  export declare function deserializeIntoGitHubUserEvidence(gitHubUserEvidence?: Partial<GitHubUserEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2524
2595
  /**
2525
2596
  * The deserialization information for the current model
2597
+ * @param GoogleCloudResourceEvidence The instance to deserialize into.
2526
2598
  * @returns {Record<string, (node: ParseNode) => void>}
2527
2599
  */
2528
2600
  export declare function deserializeIntoGoogleCloudResourceEvidence(googleCloudResourceEvidence?: Partial<GoogleCloudResourceEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2529
2601
  /**
2530
2602
  * The deserialization information for the current model
2603
+ * @param HealthIssue The instance to deserialize into.
2531
2604
  * @returns {Record<string, (node: ParseNode) => void>}
2532
2605
  */
2533
2606
  export declare function deserializeIntoHealthIssue(healthIssue?: Partial<HealthIssue> | undefined): Record<string, (node: ParseNode) => void>;
2534
2607
  /**
2535
2608
  * The deserialization information for the current model
2609
+ * @param HealthIssueCollectionResponse The instance to deserialize into.
2536
2610
  * @returns {Record<string, (node: ParseNode) => void>}
2537
2611
  */
2538
2612
  export declare function deserializeIntoHealthIssueCollectionResponse(healthIssueCollectionResponse?: Partial<HealthIssueCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2539
2613
  /**
2540
2614
  * The deserialization information for the current model
2615
+ * @param Host The instance to deserialize into.
2541
2616
  * @returns {Record<string, (node: ParseNode) => void>}
2542
2617
  */
2543
2618
  export declare function deserializeIntoHost(host?: Partial<Host> | undefined): Record<string, (node: ParseNode) => void>;
2544
2619
  /**
2545
2620
  * The deserialization information for the current model
2621
+ * @param HostCollectionResponse The instance to deserialize into.
2546
2622
  * @returns {Record<string, (node: ParseNode) => void>}
2547
2623
  */
2548
2624
  export declare function deserializeIntoHostCollectionResponse(hostCollectionResponse?: Partial<HostCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2549
2625
  /**
2550
2626
  * The deserialization information for the current model
2627
+ * @param HostComponent The instance to deserialize into.
2551
2628
  * @returns {Record<string, (node: ParseNode) => void>}
2552
2629
  */
2553
2630
  export declare function deserializeIntoHostComponent(hostComponent?: Partial<HostComponent> | undefined): Record<string, (node: ParseNode) => void>;
2554
2631
  /**
2555
2632
  * The deserialization information for the current model
2633
+ * @param HostComponentCollectionResponse The instance to deserialize into.
2556
2634
  * @returns {Record<string, (node: ParseNode) => void>}
2557
2635
  */
2558
2636
  export declare function deserializeIntoHostComponentCollectionResponse(hostComponentCollectionResponse?: Partial<HostComponentCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2559
2637
  /**
2560
2638
  * The deserialization information for the current model
2639
+ * @param HostCookie The instance to deserialize into.
2561
2640
  * @returns {Record<string, (node: ParseNode) => void>}
2562
2641
  */
2563
2642
  export declare function deserializeIntoHostCookie(hostCookie?: Partial<HostCookie> | undefined): Record<string, (node: ParseNode) => void>;
2564
2643
  /**
2565
2644
  * The deserialization information for the current model
2645
+ * @param HostCookieCollectionResponse The instance to deserialize into.
2566
2646
  * @returns {Record<string, (node: ParseNode) => void>}
2567
2647
  */
2568
2648
  export declare function deserializeIntoHostCookieCollectionResponse(hostCookieCollectionResponse?: Partial<HostCookieCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2569
2649
  /**
2570
2650
  * The deserialization information for the current model
2651
+ * @param HostLogonSessionEvidence The instance to deserialize into.
2571
2652
  * @returns {Record<string, (node: ParseNode) => void>}
2572
2653
  */
2573
2654
  export declare function deserializeIntoHostLogonSessionEvidence(hostLogonSessionEvidence?: Partial<HostLogonSessionEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2574
2655
  /**
2575
2656
  * The deserialization information for the current model
2657
+ * @param Hostname The instance to deserialize into.
2576
2658
  * @returns {Record<string, (node: ParseNode) => void>}
2577
2659
  */
2578
2660
  export declare function deserializeIntoHostname(hostname?: Partial<Hostname> | undefined): Record<string, (node: ParseNode) => void>;
2579
2661
  /**
2580
2662
  * The deserialization information for the current model
2663
+ * @param HostPair The instance to deserialize into.
2581
2664
  * @returns {Record<string, (node: ParseNode) => void>}
2582
2665
  */
2583
2666
  export declare function deserializeIntoHostPair(hostPair?: Partial<HostPair> | undefined): Record<string, (node: ParseNode) => void>;
2584
2667
  /**
2585
2668
  * The deserialization information for the current model
2669
+ * @param HostPairCollectionResponse The instance to deserialize into.
2586
2670
  * @returns {Record<string, (node: ParseNode) => void>}
2587
2671
  */
2588
2672
  export declare function deserializeIntoHostPairCollectionResponse(hostPairCollectionResponse?: Partial<HostPairCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2589
2673
  /**
2590
2674
  * The deserialization information for the current model
2675
+ * @param HostPort The instance to deserialize into.
2591
2676
  * @returns {Record<string, (node: ParseNode) => void>}
2592
2677
  */
2593
2678
  export declare function deserializeIntoHostPort(hostPort?: Partial<HostPort> | undefined): Record<string, (node: ParseNode) => void>;
2594
2679
  /**
2595
2680
  * The deserialization information for the current model
2681
+ * @param HostPortBanner The instance to deserialize into.
2596
2682
  * @returns {Record<string, (node: ParseNode) => void>}
2597
2683
  */
2598
2684
  export declare function deserializeIntoHostPortBanner(hostPortBanner?: Partial<HostPortBanner> | undefined): Record<string, (node: ParseNode) => void>;
2599
2685
  /**
2600
2686
  * The deserialization information for the current model
2687
+ * @param HostPortCollectionResponse The instance to deserialize into.
2601
2688
  * @returns {Record<string, (node: ParseNode) => void>}
2602
2689
  */
2603
2690
  export declare function deserializeIntoHostPortCollectionResponse(hostPortCollectionResponse?: Partial<HostPortCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2604
2691
  /**
2605
2692
  * The deserialization information for the current model
2693
+ * @param HostPortComponent The instance to deserialize into.
2606
2694
  * @returns {Record<string, (node: ParseNode) => void>}
2607
2695
  */
2608
2696
  export declare function deserializeIntoHostPortComponent(hostPortComponent?: Partial<HostPortComponent> | undefined): Record<string, (node: ParseNode) => void>;
2609
2697
  /**
2610
2698
  * The deserialization information for the current model
2699
+ * @param HostReputation The instance to deserialize into.
2611
2700
  * @returns {Record<string, (node: ParseNode) => void>}
2612
2701
  */
2613
2702
  export declare function deserializeIntoHostReputation(hostReputation?: Partial<HostReputation> | undefined): Record<string, (node: ParseNode) => void>;
2614
2703
  /**
2615
2704
  * The deserialization information for the current model
2705
+ * @param HostReputationRule The instance to deserialize into.
2616
2706
  * @returns {Record<string, (node: ParseNode) => void>}
2617
2707
  */
2618
2708
  export declare function deserializeIntoHostReputationRule(hostReputationRule?: Partial<HostReputationRule> | undefined): Record<string, (node: ParseNode) => void>;
2619
2709
  /**
2620
2710
  * The deserialization information for the current model
2711
+ * @param HostSslCertificate The instance to deserialize into.
2621
2712
  * @returns {Record<string, (node: ParseNode) => void>}
2622
2713
  */
2623
2714
  export declare function deserializeIntoHostSslCertificate(hostSslCertificate?: Partial<HostSslCertificate> | undefined): Record<string, (node: ParseNode) => void>;
2624
2715
  /**
2625
2716
  * The deserialization information for the current model
2717
+ * @param HostSslCertificateCollectionResponse The instance to deserialize into.
2626
2718
  * @returns {Record<string, (node: ParseNode) => void>}
2627
2719
  */
2628
2720
  export declare function deserializeIntoHostSslCertificateCollectionResponse(hostSslCertificateCollectionResponse?: Partial<HostSslCertificateCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2629
2721
  /**
2630
2722
  * The deserialization information for the current model
2723
+ * @param HostSslCertificatePort The instance to deserialize into.
2631
2724
  * @returns {Record<string, (node: ParseNode) => void>}
2632
2725
  */
2633
2726
  export declare function deserializeIntoHostSslCertificatePort(hostSslCertificatePort?: Partial<HostSslCertificatePort> | undefined): Record<string, (node: ParseNode) => void>;
2634
2727
  /**
2635
2728
  * The deserialization information for the current model
2729
+ * @param HostTracker The instance to deserialize into.
2636
2730
  * @returns {Record<string, (node: ParseNode) => void>}
2637
2731
  */
2638
2732
  export declare function deserializeIntoHostTracker(hostTracker?: Partial<HostTracker> | undefined): Record<string, (node: ParseNode) => void>;
2639
2733
  /**
2640
2734
  * The deserialization information for the current model
2735
+ * @param HostTrackerCollectionResponse The instance to deserialize into.
2641
2736
  * @returns {Record<string, (node: ParseNode) => void>}
2642
2737
  */
2643
2738
  export declare function deserializeIntoHostTrackerCollectionResponse(hostTrackerCollectionResponse?: Partial<HostTrackerCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2644
2739
  /**
2645
2740
  * The deserialization information for the current model
2741
+ * @param HuntingQueryResults The instance to deserialize into.
2646
2742
  * @returns {Record<string, (node: ParseNode) => void>}
2647
2743
  */
2648
2744
  export declare function deserializeIntoHuntingQueryResults(huntingQueryResults?: Partial<HuntingQueryResults> | undefined): Record<string, (node: ParseNode) => void>;
2649
2745
  /**
2650
2746
  * The deserialization information for the current model
2747
+ * @param HuntingRowResult The instance to deserialize into.
2651
2748
  * @returns {Record<string, (node: ParseNode) => void>}
2652
2749
  */
2653
2750
  export declare function deserializeIntoHuntingRowResult(huntingRowResult?: Partial<HuntingRowResult> | undefined): Record<string, (node: ParseNode) => void>;
2654
2751
  /**
2655
2752
  * The deserialization information for the current model
2753
+ * @param Hyperlink The instance to deserialize into.
2656
2754
  * @returns {Record<string, (node: ParseNode) => void>}
2657
2755
  */
2658
2756
  export declare function deserializeIntoHyperlink(hyperlink?: Partial<Hyperlink> | undefined): Record<string, (node: ParseNode) => void>;
2659
2757
  /**
2660
2758
  * The deserialization information for the current model
2759
+ * @param IdentityContainer The instance to deserialize into.
2661
2760
  * @returns {Record<string, (node: ParseNode) => void>}
2662
2761
  */
2663
2762
  export declare function deserializeIntoIdentityContainer(identityContainer?: Partial<IdentityContainer> | undefined): Record<string, (node: ParseNode) => void>;
2664
2763
  /**
2665
2764
  * The deserialization information for the current model
2765
+ * @param Incident The instance to deserialize into.
2666
2766
  * @returns {Record<string, (node: ParseNode) => void>}
2667
2767
  */
2668
2768
  export declare function deserializeIntoIncident(incident?: Partial<Incident> | undefined): Record<string, (node: ParseNode) => void>;
2669
2769
  /**
2670
2770
  * The deserialization information for the current model
2771
+ * @param IncidentCollectionResponse The instance to deserialize into.
2671
2772
  * @returns {Record<string, (node: ParseNode) => void>}
2672
2773
  */
2673
2774
  export declare function deserializeIntoIncidentCollectionResponse(incidentCollectionResponse?: Partial<IncidentCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2674
2775
  /**
2675
2776
  * The deserialization information for the current model
2777
+ * @param Indicator The instance to deserialize into.
2676
2778
  * @returns {Record<string, (node: ParseNode) => void>}
2677
2779
  */
2678
2780
  export declare function deserializeIntoIndicator(indicator?: Partial<Indicator> | undefined): Record<string, (node: ParseNode) => void>;
2679
2781
  /**
2680
2782
  * The deserialization information for the current model
2783
+ * @param IntelligenceProfile The instance to deserialize into.
2681
2784
  * @returns {Record<string, (node: ParseNode) => void>}
2682
2785
  */
2683
2786
  export declare function deserializeIntoIntelligenceProfile(intelligenceProfile?: Partial<IntelligenceProfile> | undefined): Record<string, (node: ParseNode) => void>;
2684
2787
  /**
2685
2788
  * The deserialization information for the current model
2789
+ * @param IntelligenceProfileCollectionResponse The instance to deserialize into.
2686
2790
  * @returns {Record<string, (node: ParseNode) => void>}
2687
2791
  */
2688
2792
  export declare function deserializeIntoIntelligenceProfileCollectionResponse(intelligenceProfileCollectionResponse?: Partial<IntelligenceProfileCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2689
2793
  /**
2690
2794
  * The deserialization information for the current model
2795
+ * @param IntelligenceProfileCountryOrRegionOfOrigin The instance to deserialize into.
2691
2796
  * @returns {Record<string, (node: ParseNode) => void>}
2692
2797
  */
2693
2798
  export declare function deserializeIntoIntelligenceProfileCountryOrRegionOfOrigin(intelligenceProfileCountryOrRegionOfOrigin?: Partial<IntelligenceProfileCountryOrRegionOfOrigin> | undefined): Record<string, (node: ParseNode) => void>;
2694
2799
  /**
2695
2800
  * The deserialization information for the current model
2801
+ * @param IntelligenceProfileIndicator The instance to deserialize into.
2696
2802
  * @returns {Record<string, (node: ParseNode) => void>}
2697
2803
  */
2698
2804
  export declare function deserializeIntoIntelligenceProfileIndicator(intelligenceProfileIndicator?: Partial<IntelligenceProfileIndicator> | undefined): Record<string, (node: ParseNode) => void>;
2699
2805
  /**
2700
2806
  * The deserialization information for the current model
2807
+ * @param IntelligenceProfileIndicatorCollectionResponse The instance to deserialize into.
2701
2808
  * @returns {Record<string, (node: ParseNode) => void>}
2702
2809
  */
2703
2810
  export declare function deserializeIntoIntelligenceProfileIndicatorCollectionResponse(intelligenceProfileIndicatorCollectionResponse?: Partial<IntelligenceProfileIndicatorCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2704
2811
  /**
2705
2812
  * The deserialization information for the current model
2813
+ * @param IoTDeviceEvidence The instance to deserialize into.
2706
2814
  * @returns {Record<string, (node: ParseNode) => void>}
2707
2815
  */
2708
2816
  export declare function deserializeIntoIoTDeviceEvidence(ioTDeviceEvidence?: Partial<IoTDeviceEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2709
2817
  /**
2710
2818
  * The deserialization information for the current model
2819
+ * @param IpAddress The instance to deserialize into.
2711
2820
  * @returns {Record<string, (node: ParseNode) => void>}
2712
2821
  */
2713
2822
  export declare function deserializeIntoIpAddress(ipAddress?: Partial<IpAddress> | undefined): Record<string, (node: ParseNode) => void>;
2714
2823
  /**
2715
2824
  * The deserialization information for the current model
2825
+ * @param IpEvidence The instance to deserialize into.
2716
2826
  * @returns {Record<string, (node: ParseNode) => void>}
2717
2827
  */
2718
2828
  export declare function deserializeIntoIpEvidence(ipEvidence?: Partial<IpEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2719
2829
  /**
2720
2830
  * The deserialization information for the current model
2831
+ * @param KubernetesClusterEvidence The instance to deserialize into.
2721
2832
  * @returns {Record<string, (node: ParseNode) => void>}
2722
2833
  */
2723
2834
  export declare function deserializeIntoKubernetesClusterEvidence(kubernetesClusterEvidence?: Partial<KubernetesClusterEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2724
2835
  /**
2725
2836
  * The deserialization information for the current model
2837
+ * @param KubernetesControllerEvidence The instance to deserialize into.
2726
2838
  * @returns {Record<string, (node: ParseNode) => void>}
2727
2839
  */
2728
2840
  export declare function deserializeIntoKubernetesControllerEvidence(kubernetesControllerEvidence?: Partial<KubernetesControllerEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2729
2841
  /**
2730
2842
  * The deserialization information for the current model
2843
+ * @param KubernetesNamespaceEvidence The instance to deserialize into.
2731
2844
  * @returns {Record<string, (node: ParseNode) => void>}
2732
2845
  */
2733
2846
  export declare function deserializeIntoKubernetesNamespaceEvidence(kubernetesNamespaceEvidence?: Partial<KubernetesNamespaceEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2734
2847
  /**
2735
2848
  * The deserialization information for the current model
2849
+ * @param KubernetesPodEvidence The instance to deserialize into.
2736
2850
  * @returns {Record<string, (node: ParseNode) => void>}
2737
2851
  */
2738
2852
  export declare function deserializeIntoKubernetesPodEvidence(kubernetesPodEvidence?: Partial<KubernetesPodEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2739
2853
  /**
2740
2854
  * The deserialization information for the current model
2855
+ * @param KubernetesSecretEvidence The instance to deserialize into.
2741
2856
  * @returns {Record<string, (node: ParseNode) => void>}
2742
2857
  */
2743
2858
  export declare function deserializeIntoKubernetesSecretEvidence(kubernetesSecretEvidence?: Partial<KubernetesSecretEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2744
2859
  /**
2745
2860
  * The deserialization information for the current model
2861
+ * @param KubernetesServiceAccountEvidence The instance to deserialize into.
2746
2862
  * @returns {Record<string, (node: ParseNode) => void>}
2747
2863
  */
2748
2864
  export declare function deserializeIntoKubernetesServiceAccountEvidence(kubernetesServiceAccountEvidence?: Partial<KubernetesServiceAccountEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2749
2865
  /**
2750
2866
  * The deserialization information for the current model
2867
+ * @param KubernetesServiceEvidence The instance to deserialize into.
2751
2868
  * @returns {Record<string, (node: ParseNode) => void>}
2752
2869
  */
2753
2870
  export declare function deserializeIntoKubernetesServiceEvidence(kubernetesServiceEvidence?: Partial<KubernetesServiceEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2754
2871
  /**
2755
2872
  * The deserialization information for the current model
2873
+ * @param KubernetesServicePort The instance to deserialize into.
2756
2874
  * @returns {Record<string, (node: ParseNode) => void>}
2757
2875
  */
2758
2876
  export declare function deserializeIntoKubernetesServicePort(kubernetesServicePort?: Partial<KubernetesServicePort> | undefined): Record<string, (node: ParseNode) => void>;
2759
2877
  /**
2760
2878
  * The deserialization information for the current model
2879
+ * @param LabelsRoot The instance to deserialize into.
2761
2880
  * @returns {Record<string, (node: ParseNode) => void>}
2762
2881
  */
2763
2882
  export declare function deserializeIntoLabelsRoot(labelsRoot?: Partial<LabelsRoot> | undefined): Record<string, (node: ParseNode) => void>;
2764
2883
  /**
2765
2884
  * The deserialization information for the current model
2885
+ * @param LoggedOnUser The instance to deserialize into.
2766
2886
  * @returns {Record<string, (node: ParseNode) => void>}
2767
2887
  */
2768
2888
  export declare function deserializeIntoLoggedOnUser(loggedOnUser?: Partial<LoggedOnUser> | undefined): Record<string, (node: ParseNode) => void>;
2769
2889
  /**
2770
2890
  * The deserialization information for the current model
2891
+ * @param MailboxConfigurationEvidence The instance to deserialize into.
2771
2892
  * @returns {Record<string, (node: ParseNode) => void>}
2772
2893
  */
2773
2894
  export declare function deserializeIntoMailboxConfigurationEvidence(mailboxConfigurationEvidence?: Partial<MailboxConfigurationEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2774
2895
  /**
2775
2896
  * The deserialization information for the current model
2897
+ * @param MailboxEvidence The instance to deserialize into.
2776
2898
  * @returns {Record<string, (node: ParseNode) => void>}
2777
2899
  */
2778
2900
  export declare function deserializeIntoMailboxEvidence(mailboxEvidence?: Partial<MailboxEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2779
2901
  /**
2780
2902
  * The deserialization information for the current model
2903
+ * @param MailClusterEvidence The instance to deserialize into.
2781
2904
  * @returns {Record<string, (node: ParseNode) => void>}
2782
2905
  */
2783
2906
  export declare function deserializeIntoMailClusterEvidence(mailClusterEvidence?: Partial<MailClusterEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2784
2907
  /**
2785
2908
  * The deserialization information for the current model
2909
+ * @param MalwareEvidence The instance to deserialize into.
2786
2910
  * @returns {Record<string, (node: ParseNode) => void>}
2787
2911
  */
2788
2912
  export declare function deserializeIntoMalwareEvidence(malwareEvidence?: Partial<MalwareEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2789
2913
  /**
2790
2914
  * The deserialization information for the current model
2915
+ * @param NetworkAdapter The instance to deserialize into.
2791
2916
  * @returns {Record<string, (node: ParseNode) => void>}
2792
2917
  */
2793
2918
  export declare function deserializeIntoNetworkAdapter(networkAdapter?: Partial<NetworkAdapter> | undefined): Record<string, (node: ParseNode) => void>;
2794
2919
  /**
2795
2920
  * The deserialization information for the current model
2921
+ * @param NetworkConnectionEvidence The instance to deserialize into.
2796
2922
  * @returns {Record<string, (node: ParseNode) => void>}
2797
2923
  */
2798
2924
  export declare function deserializeIntoNetworkConnectionEvidence(networkConnectionEvidence?: Partial<NetworkConnectionEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2799
2925
  /**
2800
2926
  * The deserialization information for the current model
2927
+ * @param NicEvidence The instance to deserialize into.
2801
2928
  * @returns {Record<string, (node: ParseNode) => void>}
2802
2929
  */
2803
2930
  export declare function deserializeIntoNicEvidence(nicEvidence?: Partial<NicEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2804
2931
  /**
2805
2932
  * The deserialization information for the current model
2933
+ * @param OauthApplicationEvidence The instance to deserialize into.
2806
2934
  * @returns {Record<string, (node: ParseNode) => void>}
2807
2935
  */
2808
2936
  export declare function deserializeIntoOauthApplicationEvidence(oauthApplicationEvidence?: Partial<OauthApplicationEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2809
2937
  /**
2810
2938
  * The deserialization information for the current model
2939
+ * @param OcrSettings The instance to deserialize into.
2811
2940
  * @returns {Record<string, (node: ParseNode) => void>}
2812
2941
  */
2813
2942
  export declare function deserializeIntoOcrSettings(ocrSettings?: Partial<OcrSettings> | undefined): Record<string, (node: ParseNode) => void>;
2814
2943
  /**
2815
2944
  * The deserialization information for the current model
2945
+ * @param PassiveDnsRecord The instance to deserialize into.
2816
2946
  * @returns {Record<string, (node: ParseNode) => void>}
2817
2947
  */
2818
2948
  export declare function deserializeIntoPassiveDnsRecord(passiveDnsRecord?: Partial<PassiveDnsRecord> | undefined): Record<string, (node: ParseNode) => void>;
2819
2949
  /**
2820
2950
  * The deserialization information for the current model
2951
+ * @param PassiveDnsRecordCollectionResponse The instance to deserialize into.
2821
2952
  * @returns {Record<string, (node: ParseNode) => void>}
2822
2953
  */
2823
2954
  export declare function deserializeIntoPassiveDnsRecordCollectionResponse(passiveDnsRecordCollectionResponse?: Partial<PassiveDnsRecordCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2824
2955
  /**
2825
2956
  * The deserialization information for the current model
2957
+ * @param ProcessEvidence The instance to deserialize into.
2826
2958
  * @returns {Record<string, (node: ParseNode) => void>}
2827
2959
  */
2828
2960
  export declare function deserializeIntoProcessEvidence(processEvidence?: Partial<ProcessEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2829
2961
  /**
2830
2962
  * The deserialization information for the current model
2963
+ * @param RedundancyDetectionSettings The instance to deserialize into.
2831
2964
  * @returns {Record<string, (node: ParseNode) => void>}
2832
2965
  */
2833
2966
  export declare function deserializeIntoRedundancyDetectionSettings(redundancyDetectionSettings?: Partial<RedundancyDetectionSettings> | undefined): Record<string, (node: ParseNode) => void>;
2834
2967
  /**
2835
2968
  * The deserialization information for the current model
2969
+ * @param RegistryKeyEvidence The instance to deserialize into.
2836
2970
  * @returns {Record<string, (node: ParseNode) => void>}
2837
2971
  */
2838
2972
  export declare function deserializeIntoRegistryKeyEvidence(registryKeyEvidence?: Partial<RegistryKeyEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2839
2973
  /**
2840
2974
  * The deserialization information for the current model
2975
+ * @param RegistryValueEvidence The instance to deserialize into.
2841
2976
  * @returns {Record<string, (node: ParseNode) => void>}
2842
2977
  */
2843
2978
  export declare function deserializeIntoRegistryValueEvidence(registryValueEvidence?: Partial<RegistryValueEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2844
2979
  /**
2845
2980
  * The deserialization information for the current model
2981
+ * @param RetentionDuration The instance to deserialize into.
2846
2982
  * @returns {Record<string, (node: ParseNode) => void>}
2847
2983
  */
2848
2984
  export declare function deserializeIntoRetentionDuration(retentionDuration?: Partial<RetentionDuration> | undefined): Record<string, (node: ParseNode) => void>;
2849
2985
  /**
2850
2986
  * The deserialization information for the current model
2987
+ * @param RetentionDurationForever The instance to deserialize into.
2851
2988
  * @returns {Record<string, (node: ParseNode) => void>}
2852
2989
  */
2853
2990
  export declare function deserializeIntoRetentionDurationForever(retentionDurationForever?: Partial<RetentionDurationForever> | undefined): Record<string, (node: ParseNode) => void>;
2854
2991
  /**
2855
2992
  * The deserialization information for the current model
2993
+ * @param RetentionDurationInDays The instance to deserialize into.
2856
2994
  * @returns {Record<string, (node: ParseNode) => void>}
2857
2995
  */
2858
2996
  export declare function deserializeIntoRetentionDurationInDays(retentionDurationInDays?: Partial<RetentionDurationInDays> | undefined): Record<string, (node: ParseNode) => void>;
2859
2997
  /**
2860
2998
  * The deserialization information for the current model
2999
+ * @param RetentionEvent The instance to deserialize into.
2861
3000
  * @returns {Record<string, (node: ParseNode) => void>}
2862
3001
  */
2863
3002
  export declare function deserializeIntoRetentionEvent(retentionEvent?: Partial<RetentionEvent> | undefined): Record<string, (node: ParseNode) => void>;
2864
3003
  /**
2865
3004
  * The deserialization information for the current model
3005
+ * @param RetentionEventCollectionResponse The instance to deserialize into.
2866
3006
  * @returns {Record<string, (node: ParseNode) => void>}
2867
3007
  */
2868
3008
  export declare function deserializeIntoRetentionEventCollectionResponse(retentionEventCollectionResponse?: Partial<RetentionEventCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2869
3009
  /**
2870
3010
  * The deserialization information for the current model
3011
+ * @param RetentionEventStatus The instance to deserialize into.
2871
3012
  * @returns {Record<string, (node: ParseNode) => void>}
2872
3013
  */
2873
3014
  export declare function deserializeIntoRetentionEventStatus(retentionEventStatus?: Partial<RetentionEventStatus> | undefined): Record<string, (node: ParseNode) => void>;
2874
3015
  /**
2875
3016
  * The deserialization information for the current model
3017
+ * @param RetentionEventType The instance to deserialize into.
2876
3018
  * @returns {Record<string, (node: ParseNode) => void>}
2877
3019
  */
2878
3020
  export declare function deserializeIntoRetentionEventType(retentionEventType?: Partial<RetentionEventType> | undefined): Record<string, (node: ParseNode) => void>;
2879
3021
  /**
2880
3022
  * The deserialization information for the current model
3023
+ * @param RetentionEventTypeCollectionResponse The instance to deserialize into.
2881
3024
  * @returns {Record<string, (node: ParseNode) => void>}
2882
3025
  */
2883
3026
  export declare function deserializeIntoRetentionEventTypeCollectionResponse(retentionEventTypeCollectionResponse?: Partial<RetentionEventTypeCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2884
3027
  /**
2885
3028
  * The deserialization information for the current model
3029
+ * @param RetentionLabel The instance to deserialize into.
2886
3030
  * @returns {Record<string, (node: ParseNode) => void>}
2887
3031
  */
2888
3032
  export declare function deserializeIntoRetentionLabel(retentionLabel?: Partial<RetentionLabel> | undefined): Record<string, (node: ParseNode) => void>;
2889
3033
  /**
2890
3034
  * The deserialization information for the current model
3035
+ * @param RetentionLabelCollectionResponse The instance to deserialize into.
2891
3036
  * @returns {Record<string, (node: ParseNode) => void>}
2892
3037
  */
2893
3038
  export declare function deserializeIntoRetentionLabelCollectionResponse(retentionLabelCollectionResponse?: Partial<RetentionLabelCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2894
3039
  /**
2895
3040
  * The deserialization information for the current model
3041
+ * @param SasTokenEvidence The instance to deserialize into.
2896
3042
  * @returns {Record<string, (node: ParseNode) => void>}
2897
3043
  */
2898
3044
  export declare function deserializeIntoSasTokenEvidence(sasTokenEvidence?: Partial<SasTokenEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2899
3045
  /**
2900
3046
  * The deserialization information for the current model
3047
+ * @param Search The instance to deserialize into.
2901
3048
  * @returns {Record<string, (node: ParseNode) => void>}
2902
3049
  */
2903
3050
  export declare function deserializeIntoSearch(search?: Partial<Search> | undefined): Record<string, (node: ParseNode) => void>;
2904
3051
  /**
2905
3052
  * The deserialization information for the current model
3053
+ * @param SecurityGroupEvidence The instance to deserialize into.
2906
3054
  * @returns {Record<string, (node: ParseNode) => void>}
2907
3055
  */
2908
3056
  export declare function deserializeIntoSecurityGroupEvidence(securityGroupEvidence?: Partial<SecurityGroupEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2909
3057
  /**
2910
3058
  * The deserialization information for the current model
3059
+ * @param Sensor The instance to deserialize into.
2911
3060
  * @returns {Record<string, (node: ParseNode) => void>}
2912
3061
  */
2913
3062
  export declare function deserializeIntoSensor(sensor?: Partial<Sensor> | undefined): Record<string, (node: ParseNode) => void>;
2914
3063
  /**
2915
3064
  * The deserialization information for the current model
3065
+ * @param SensorCollectionResponse The instance to deserialize into.
2916
3066
  * @returns {Record<string, (node: ParseNode) => void>}
2917
3067
  */
2918
3068
  export declare function deserializeIntoSensorCollectionResponse(sensorCollectionResponse?: Partial<SensorCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2919
3069
  /**
2920
3070
  * The deserialization information for the current model
3071
+ * @param SensorDeploymentPackage The instance to deserialize into.
2921
3072
  * @returns {Record<string, (node: ParseNode) => void>}
2922
3073
  */
2923
3074
  export declare function deserializeIntoSensorDeploymentPackage(sensorDeploymentPackage?: Partial<SensorDeploymentPackage> | undefined): Record<string, (node: ParseNode) => void>;
2924
3075
  /**
2925
3076
  * The deserialization information for the current model
3077
+ * @param SensorSettings The instance to deserialize into.
2926
3078
  * @returns {Record<string, (node: ParseNode) => void>}
2927
3079
  */
2928
3080
  export declare function deserializeIntoSensorSettings(sensorSettings?: Partial<SensorSettings> | undefined): Record<string, (node: ParseNode) => void>;
2929
3081
  /**
2930
3082
  * The deserialization information for the current model
3083
+ * @param ServicePrincipalEvidence The instance to deserialize into.
2931
3084
  * @returns {Record<string, (node: ParseNode) => void>}
2932
3085
  */
2933
3086
  export declare function deserializeIntoServicePrincipalEvidence(servicePrincipalEvidence?: Partial<ServicePrincipalEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2934
3087
  /**
2935
3088
  * The deserialization information for the current model
3089
+ * @param SinglePropertySchema The instance to deserialize into.
2936
3090
  * @returns {Record<string, (node: ParseNode) => void>}
2937
3091
  */
2938
3092
  export declare function deserializeIntoSinglePropertySchema(singlePropertySchema?: Partial<SinglePropertySchema> | undefined): Record<string, (node: ParseNode) => void>;
2939
3093
  /**
2940
3094
  * The deserialization information for the current model
3095
+ * @param SiteSource The instance to deserialize into.
2941
3096
  * @returns {Record<string, (node: ParseNode) => void>}
2942
3097
  */
2943
3098
  export declare function deserializeIntoSiteSource(siteSource?: Partial<SiteSource> | undefined): Record<string, (node: ParseNode) => void>;
2944
3099
  /**
2945
3100
  * The deserialization information for the current model
3101
+ * @param SiteSourceCollectionResponse The instance to deserialize into.
2946
3102
  * @returns {Record<string, (node: ParseNode) => void>}
2947
3103
  */
2948
3104
  export declare function deserializeIntoSiteSourceCollectionResponse(siteSourceCollectionResponse?: Partial<SiteSourceCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2949
3105
  /**
2950
3106
  * The deserialization information for the current model
3107
+ * @param SslCertificate The instance to deserialize into.
2951
3108
  * @returns {Record<string, (node: ParseNode) => void>}
2952
3109
  */
2953
3110
  export declare function deserializeIntoSslCertificate(sslCertificate?: Partial<SslCertificate> | undefined): Record<string, (node: ParseNode) => void>;
2954
3111
  /**
2955
3112
  * The deserialization information for the current model
3113
+ * @param SslCertificateCollectionResponse The instance to deserialize into.
2956
3114
  * @returns {Record<string, (node: ParseNode) => void>}
2957
3115
  */
2958
3116
  export declare function deserializeIntoSslCertificateCollectionResponse(sslCertificateCollectionResponse?: Partial<SslCertificateCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2959
3117
  /**
2960
3118
  * The deserialization information for the current model
3119
+ * @param SslCertificateEntity The instance to deserialize into.
2961
3120
  * @returns {Record<string, (node: ParseNode) => void>}
2962
3121
  */
2963
3122
  export declare function deserializeIntoSslCertificateEntity(sslCertificateEntity?: Partial<SslCertificateEntity> | undefined): Record<string, (node: ParseNode) => void>;
2964
3123
  /**
2965
3124
  * The deserialization information for the current model
3125
+ * @param Stream The instance to deserialize into.
2966
3126
  * @returns {Record<string, (node: ParseNode) => void>}
2967
3127
  */
2968
3128
  export declare function deserializeIntoStream(stream?: Partial<Stream> | undefined): Record<string, (node: ParseNode) => void>;
2969
3129
  /**
2970
3130
  * The deserialization information for the current model
3131
+ * @param SubcategoryTemplate The instance to deserialize into.
2971
3132
  * @returns {Record<string, (node: ParseNode) => void>}
2972
3133
  */
2973
3134
  export declare function deserializeIntoSubcategoryTemplate(subcategoryTemplate?: Partial<SubcategoryTemplate> | undefined): Record<string, (node: ParseNode) => void>;
2974
3135
  /**
2975
3136
  * The deserialization information for the current model
3137
+ * @param SubcategoryTemplateCollectionResponse The instance to deserialize into.
2976
3138
  * @returns {Record<string, (node: ParseNode) => void>}
2977
3139
  */
2978
3140
  export declare function deserializeIntoSubcategoryTemplateCollectionResponse(subcategoryTemplateCollectionResponse?: Partial<SubcategoryTemplateCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2979
3141
  /**
2980
3142
  * The deserialization information for the current model
3143
+ * @param Subdomain The instance to deserialize into.
2981
3144
  * @returns {Record<string, (node: ParseNode) => void>}
2982
3145
  */
2983
3146
  export declare function deserializeIntoSubdomain(subdomain?: Partial<Subdomain> | undefined): Record<string, (node: ParseNode) => void>;
2984
3147
  /**
2985
3148
  * The deserialization information for the current model
3149
+ * @param SubdomainCollectionResponse The instance to deserialize into.
2986
3150
  * @returns {Record<string, (node: ParseNode) => void>}
2987
3151
  */
2988
3152
  export declare function deserializeIntoSubdomainCollectionResponse(subdomainCollectionResponse?: Partial<SubdomainCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2989
3153
  /**
2990
3154
  * The deserialization information for the current model
3155
+ * @param SubmissionMailEvidence The instance to deserialize into.
2991
3156
  * @returns {Record<string, (node: ParseNode) => void>}
2992
3157
  */
2993
3158
  export declare function deserializeIntoSubmissionMailEvidence(submissionMailEvidence?: Partial<SubmissionMailEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2994
3159
  /**
2995
3160
  * The deserialization information for the current model
3161
+ * @param Tag The instance to deserialize into.
2996
3162
  * @returns {Record<string, (node: ParseNode) => void>}
2997
3163
  */
2998
3164
  export declare function deserializeIntoTag(tag?: Partial<Tag> | undefined): Record<string, (node: ParseNode) => void>;
2999
3165
  /**
3000
3166
  * The deserialization information for the current model
3167
+ * @param TeamsMessageEvidence The instance to deserialize into.
3001
3168
  * @returns {Record<string, (node: ParseNode) => void>}
3002
3169
  */
3003
3170
  export declare function deserializeIntoTeamsMessageEvidence(teamsMessageEvidence?: Partial<TeamsMessageEvidence> | undefined): Record<string, (node: ParseNode) => void>;
3004
3171
  /**
3005
3172
  * The deserialization information for the current model
3173
+ * @param ThreatIntelligence The instance to deserialize into.
3006
3174
  * @returns {Record<string, (node: ParseNode) => void>}
3007
3175
  */
3008
3176
  export declare function deserializeIntoThreatIntelligence(threatIntelligence?: Partial<ThreatIntelligence> | undefined): Record<string, (node: ParseNode) => void>;
3009
3177
  /**
3010
3178
  * The deserialization information for the current model
3179
+ * @param TopicModelingSettings The instance to deserialize into.
3011
3180
  * @returns {Record<string, (node: ParseNode) => void>}
3012
3181
  */
3013
3182
  export declare function deserializeIntoTopicModelingSettings(topicModelingSettings?: Partial<TopicModelingSettings> | undefined): Record<string, (node: ParseNode) => void>;
3014
3183
  /**
3015
3184
  * The deserialization information for the current model
3185
+ * @param TriggersRoot The instance to deserialize into.
3016
3186
  * @returns {Record<string, (node: ParseNode) => void>}
3017
3187
  */
3018
3188
  export declare function deserializeIntoTriggersRoot(triggersRoot?: Partial<TriggersRoot> | undefined): Record<string, (node: ParseNode) => void>;
3019
3189
  /**
3020
3190
  * The deserialization information for the current model
3191
+ * @param TriggerTypesRoot The instance to deserialize into.
3021
3192
  * @returns {Record<string, (node: ParseNode) => void>}
3022
3193
  */
3023
3194
  export declare function deserializeIntoTriggerTypesRoot(triggerTypesRoot?: Partial<TriggerTypesRoot> | undefined): Record<string, (node: ParseNode) => void>;
3024
3195
  /**
3025
3196
  * The deserialization information for the current model
3197
+ * @param UnclassifiedArtifact The instance to deserialize into.
3026
3198
  * @returns {Record<string, (node: ParseNode) => void>}
3027
3199
  */
3028
3200
  export declare function deserializeIntoUnclassifiedArtifact(unclassifiedArtifact?: Partial<UnclassifiedArtifact> | undefined): Record<string, (node: ParseNode) => void>;
3029
3201
  /**
3030
3202
  * The deserialization information for the current model
3203
+ * @param UnifiedGroupSource The instance to deserialize into.
3031
3204
  * @returns {Record<string, (node: ParseNode) => void>}
3032
3205
  */
3033
3206
  export declare function deserializeIntoUnifiedGroupSource(unifiedGroupSource?: Partial<UnifiedGroupSource> | undefined): Record<string, (node: ParseNode) => void>;
3034
3207
  /**
3035
3208
  * The deserialization information for the current model
3209
+ * @param UnifiedGroupSourceCollectionResponse The instance to deserialize into.
3036
3210
  * @returns {Record<string, (node: ParseNode) => void>}
3037
3211
  */
3038
3212
  export declare function deserializeIntoUnifiedGroupSourceCollectionResponse(unifiedGroupSourceCollectionResponse?: Partial<UnifiedGroupSourceCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
3039
3213
  /**
3040
3214
  * The deserialization information for the current model
3215
+ * @param UrlEvidence The instance to deserialize into.
3041
3216
  * @returns {Record<string, (node: ParseNode) => void>}
3042
3217
  */
3043
3218
  export declare function deserializeIntoUrlEvidence(urlEvidence?: Partial<UrlEvidence> | undefined): Record<string, (node: ParseNode) => void>;
3044
3219
  /**
3045
3220
  * The deserialization information for the current model
3221
+ * @param UserAccount The instance to deserialize into.
3046
3222
  * @returns {Record<string, (node: ParseNode) => void>}
3047
3223
  */
3048
3224
  export declare function deserializeIntoUserAccount(userAccount?: Partial<UserAccount> | undefined): Record<string, (node: ParseNode) => void>;
3049
3225
  /**
3050
3226
  * The deserialization information for the current model
3227
+ * @param UserEvidence The instance to deserialize into.
3051
3228
  * @returns {Record<string, (node: ParseNode) => void>}
3052
3229
  */
3053
3230
  export declare function deserializeIntoUserEvidence(userEvidence?: Partial<UserEvidence> | undefined): Record<string, (node: ParseNode) => void>;
3054
3231
  /**
3055
3232
  * The deserialization information for the current model
3233
+ * @param UserSource The instance to deserialize into.
3056
3234
  * @returns {Record<string, (node: ParseNode) => void>}
3057
3235
  */
3058
3236
  export declare function deserializeIntoUserSource(userSource?: Partial<UserSource> | undefined): Record<string, (node: ParseNode) => void>;
3059
3237
  /**
3060
3238
  * The deserialization information for the current model
3239
+ * @param UserSourceCollectionResponse The instance to deserialize into.
3061
3240
  * @returns {Record<string, (node: ParseNode) => void>}
3062
3241
  */
3063
3242
  export declare function deserializeIntoUserSourceCollectionResponse(userSourceCollectionResponse?: Partial<UserSourceCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
3064
3243
  /**
3065
3244
  * The deserialization information for the current model
3245
+ * @param VmMetadata The instance to deserialize into.
3066
3246
  * @returns {Record<string, (node: ParseNode) => void>}
3067
3247
  */
3068
3248
  export declare function deserializeIntoVmMetadata(vmMetadata?: Partial<VmMetadata> | undefined): Record<string, (node: ParseNode) => void>;
3069
3249
  /**
3070
3250
  * The deserialization information for the current model
3251
+ * @param Vulnerability The instance to deserialize into.
3071
3252
  * @returns {Record<string, (node: ParseNode) => void>}
3072
3253
  */
3073
3254
  export declare function deserializeIntoVulnerability(vulnerability?: Partial<Vulnerability> | undefined): Record<string, (node: ParseNode) => void>;
3074
3255
  /**
3075
3256
  * The deserialization information for the current model
3257
+ * @param VulnerabilityCollectionResponse The instance to deserialize into.
3076
3258
  * @returns {Record<string, (node: ParseNode) => void>}
3077
3259
  */
3078
3260
  export declare function deserializeIntoVulnerabilityCollectionResponse(vulnerabilityCollectionResponse?: Partial<VulnerabilityCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
3079
3261
  /**
3080
3262
  * The deserialization information for the current model
3263
+ * @param VulnerabilityComponent The instance to deserialize into.
3081
3264
  * @returns {Record<string, (node: ParseNode) => void>}
3082
3265
  */
3083
3266
  export declare function deserializeIntoVulnerabilityComponent(vulnerabilityComponent?: Partial<VulnerabilityComponent> | undefined): Record<string, (node: ParseNode) => void>;
3084
3267
  /**
3085
3268
  * The deserialization information for the current model
3269
+ * @param VulnerabilityComponentCollectionResponse The instance to deserialize into.
3086
3270
  * @returns {Record<string, (node: ParseNode) => void>}
3087
3271
  */
3088
3272
  export declare function deserializeIntoVulnerabilityComponentCollectionResponse(vulnerabilityComponentCollectionResponse?: Partial<VulnerabilityComponentCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
3089
3273
  /**
3090
3274
  * The deserialization information for the current model
3275
+ * @param WhoisBaseRecord The instance to deserialize into.
3091
3276
  * @returns {Record<string, (node: ParseNode) => void>}
3092
3277
  */
3093
3278
  export declare function deserializeIntoWhoisBaseRecord(whoisBaseRecord?: Partial<WhoisBaseRecord> | undefined): Record<string, (node: ParseNode) => void>;
3094
3279
  /**
3095
3280
  * The deserialization information for the current model
3281
+ * @param WhoisContact The instance to deserialize into.
3096
3282
  * @returns {Record<string, (node: ParseNode) => void>}
3097
3283
  */
3098
3284
  export declare function deserializeIntoWhoisContact(whoisContact?: Partial<WhoisContact> | undefined): Record<string, (node: ParseNode) => void>;
3099
3285
  /**
3100
3286
  * The deserialization information for the current model
3287
+ * @param WhoisHistoryRecord The instance to deserialize into.
3101
3288
  * @returns {Record<string, (node: ParseNode) => void>}
3102
3289
  */
3103
3290
  export declare function deserializeIntoWhoisHistoryRecord(whoisHistoryRecord?: Partial<WhoisHistoryRecord> | undefined): Record<string, (node: ParseNode) => void>;
3104
3291
  /**
3105
3292
  * The deserialization information for the current model
3293
+ * @param WhoisHistoryRecordCollectionResponse The instance to deserialize into.
3106
3294
  * @returns {Record<string, (node: ParseNode) => void>}
3107
3295
  */
3108
3296
  export declare function deserializeIntoWhoisHistoryRecordCollectionResponse(whoisHistoryRecordCollectionResponse?: Partial<WhoisHistoryRecordCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
3109
3297
  /**
3110
3298
  * The deserialization information for the current model
3299
+ * @param WhoisNameserver The instance to deserialize into.
3111
3300
  * @returns {Record<string, (node: ParseNode) => void>}
3112
3301
  */
3113
3302
  export declare function deserializeIntoWhoisNameserver(whoisNameserver?: Partial<WhoisNameserver> | undefined): Record<string, (node: ParseNode) => void>;
3114
3303
  /**
3115
3304
  * The deserialization information for the current model
3305
+ * @param WhoisRecord The instance to deserialize into.
3116
3306
  * @returns {Record<string, (node: ParseNode) => void>}
3117
3307
  */
3118
3308
  export declare function deserializeIntoWhoisRecord(whoisRecord?: Partial<WhoisRecord> | undefined): Record<string, (node: ParseNode) => void>;
3119
3309
  /**
3120
3310
  * The deserialization information for the current model
3311
+ * @param WhoisRecordCollectionResponse The instance to deserialize into.
3121
3312
  * @returns {Record<string, (node: ParseNode) => void>}
3122
3313
  */
3123
3314
  export declare function deserializeIntoWhoisRecordCollectionResponse(whoisRecordCollectionResponse?: Partial<WhoisRecordCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
@@ -3212,10 +3403,6 @@ export interface DeviceEvidence extends AlertEvidence, Parsable {
3212
3403
  export type DeviceHealthStatus = (typeof DeviceHealthStatusObject)[keyof typeof DeviceHealthStatusObject];
3213
3404
  export type DeviceRiskScore = (typeof DeviceRiskScoreObject)[keyof typeof DeviceRiskScoreObject];
3214
3405
  export interface Dictionary extends AdditionalDataHolder, BackedModel, Parsable {
3215
- /**
3216
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
3217
- */
3218
- additionalData?: Record<string, unknown>;
3219
3406
  /**
3220
3407
  * Stores model information.
3221
3408
  */
@@ -3591,10 +3778,6 @@ export interface EdiscoverySearchExportOperation extends CaseOperation, Parsable
3591
3778
  export interface EdiscoveryTagOperation extends CaseOperation, Parsable {
3592
3779
  }
3593
3780
  export interface EmailSender extends AdditionalDataHolder, BackedModel, Parsable {
3594
- /**
3595
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
3596
- */
3597
- additionalData?: Record<string, unknown>;
3598
3781
  /**
3599
3782
  * Stores model information.
3600
3783
  */
@@ -3617,10 +3800,6 @@ export interface EmailSender extends AdditionalDataHolder, BackedModel, Parsable
3617
3800
  odataType?: string | null;
3618
3801
  }
3619
3802
  export interface EventPropagationResult extends AdditionalDataHolder, BackedModel, Parsable {
3620
- /**
3621
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
3622
- */
3623
- additionalData?: Record<string, unknown>;
3624
3803
  /**
3625
3804
  * Stores model information.
3626
3805
  */
@@ -3648,10 +3827,6 @@ export interface EventPropagationResult extends AdditionalDataHolder, BackedMode
3648
3827
  }
3649
3828
  export type EventPropagationStatus = (typeof EventPropagationStatusObject)[keyof typeof EventPropagationStatusObject];
3650
3829
  export interface EventQuery extends AdditionalDataHolder, BackedModel, Parsable {
3651
- /**
3652
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
3653
- */
3654
- additionalData?: Record<string, unknown>;
3655
3830
  /**
3656
3831
  * Stores model information.
3657
3832
  */
@@ -3675,10 +3850,6 @@ export type EvidenceRole = (typeof EvidenceRoleObject)[keyof typeof EvidenceRole
3675
3850
  export type EvidenceVerdict = (typeof EvidenceVerdictObject)[keyof typeof EvidenceVerdictObject];
3676
3851
  export type ExportCriteria = (typeof ExportCriteriaObject)[keyof typeof ExportCriteriaObject];
3677
3852
  export interface ExportFileMetadata extends AdditionalDataHolder, BackedModel, Parsable {
3678
- /**
3679
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
3680
- */
3681
- additionalData?: Record<string, unknown>;
3682
3853
  /**
3683
3854
  * Stores model information.
3684
3855
  */
@@ -3705,10 +3876,6 @@ export type ExportFormat = (typeof ExportFormatObject)[keyof typeof ExportFormat
3705
3876
  export type ExportLocation = (typeof ExportLocationObject)[keyof typeof ExportLocationObject];
3706
3877
  export type ExportOptions = (typeof ExportOptionsObject)[keyof typeof ExportOptionsObject];
3707
3878
  export interface FileDetails extends AdditionalDataHolder, BackedModel, Parsable {
3708
- /**
3709
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
3710
- */
3711
- additionalData?: Record<string, unknown>;
3712
3879
  /**
3713
3880
  * Stores model information.
3714
3881
  */
@@ -3773,10 +3940,6 @@ export interface FileEvidence extends AlertEvidence, Parsable {
3773
3940
  mdeDeviceId?: string | null;
3774
3941
  }
3775
3942
  export interface FileHash extends AdditionalDataHolder, BackedModel, Parsable {
3776
- /**
3777
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
3778
- */
3779
- additionalData?: Record<string, unknown>;
3780
3943
  /**
3781
3944
  * The algorithm property
3782
3945
  */
@@ -3868,10 +4031,6 @@ export interface FilePlanDescriptor extends Entity, Parsable {
3868
4031
  filePlanReferenceTemplate?: FilePlanReferenceTemplate | null;
3869
4032
  }
3870
4033
  export interface FilePlanDescriptorBase extends AdditionalDataHolder, BackedModel, Parsable {
3871
- /**
3872
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
3873
- */
3874
- additionalData?: Record<string, unknown>;
3875
4034
  /**
3876
4035
  * Stores model information.
3877
4036
  */
@@ -3912,10 +4071,6 @@ export interface FilePlanReferenceTemplateCollectionResponse extends BaseCollect
3912
4071
  export interface FilePlanSubcategory extends FilePlanDescriptorBase, Parsable {
3913
4072
  }
3914
4073
  export interface FormattedContent extends AdditionalDataHolder, BackedModel, Parsable {
3915
- /**
3916
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
3917
- */
3918
- additionalData?: Record<string, unknown>;
3919
4074
  /**
3920
4075
  * Stores model information.
3921
4076
  */
@@ -3934,10 +4089,6 @@ export interface FormattedContent extends AdditionalDataHolder, BackedModel, Par
3934
4089
  odataType?: string | null;
3935
4090
  }
3936
4091
  export interface GeoLocation extends AdditionalDataHolder, BackedModel, Parsable {
3937
- /**
3938
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
3939
- */
3940
- additionalData?: Record<string, unknown>;
3941
4092
  /**
3942
4093
  * Stores model information.
3943
4094
  */
@@ -4366,10 +4517,6 @@ export interface HostPort extends Entity, Parsable {
4366
4517
  timesObserved?: number | null;
4367
4518
  }
4368
4519
  export interface HostPortBanner extends AdditionalDataHolder, BackedModel, Parsable {
4369
- /**
4370
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
4371
- */
4372
- additionalData?: Record<string, unknown>;
4373
4520
  /**
4374
4521
  * Stores model information.
4375
4522
  */
@@ -4406,10 +4553,6 @@ export interface HostPortCollectionResponse extends BaseCollectionPaginationCoun
4406
4553
  value?: HostPort[] | null;
4407
4554
  }
4408
4555
  export interface HostPortComponent extends AdditionalDataHolder, BackedModel, Parsable {
4409
- /**
4410
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
4411
- */
4412
- additionalData?: Record<string, unknown>;
4413
4556
  /**
4414
4557
  * Stores model information.
4415
4558
  */
@@ -4453,10 +4596,6 @@ export interface HostReputation extends Entity, Parsable {
4453
4596
  }
4454
4597
  export type HostReputationClassification = (typeof HostReputationClassificationObject)[keyof typeof HostReputationClassificationObject];
4455
4598
  export interface HostReputationRule extends AdditionalDataHolder, BackedModel, Parsable {
4456
- /**
4457
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
4458
- */
4459
- additionalData?: Record<string, unknown>;
4460
4599
  /**
4461
4600
  * Stores model information.
4462
4601
  */
@@ -4512,10 +4651,6 @@ export interface HostSslCertificateCollectionResponse extends BaseCollectionPagi
4512
4651
  value?: HostSslCertificate[] | null;
4513
4652
  }
4514
4653
  export interface HostSslCertificatePort extends AdditionalDataHolder, BackedModel, Parsable {
4515
- /**
4516
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
4517
- */
4518
- additionalData?: Record<string, unknown>;
4519
4654
  /**
4520
4655
  * Stores model information.
4521
4656
  */
@@ -4566,10 +4701,6 @@ export interface HostTrackerCollectionResponse extends BaseCollectionPaginationC
4566
4701
  value?: HostTracker[] | null;
4567
4702
  }
4568
4703
  export interface HuntingQueryResults extends AdditionalDataHolder, BackedModel, Parsable {
4569
- /**
4570
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
4571
- */
4572
- additionalData?: Record<string, unknown>;
4573
4704
  /**
4574
4705
  * Stores model information.
4575
4706
  */
@@ -4588,10 +4719,6 @@ export interface HuntingQueryResults extends AdditionalDataHolder, BackedModel,
4588
4719
  schema?: SinglePropertySchema[] | null;
4589
4720
  }
4590
4721
  export interface HuntingRowResult extends AdditionalDataHolder, BackedModel, Parsable {
4591
- /**
4592
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
4593
- */
4594
- additionalData?: Record<string, unknown>;
4595
4722
  /**
4596
4723
  * Stores model information.
4597
4724
  */
@@ -4602,10 +4729,6 @@ export interface HuntingRowResult extends AdditionalDataHolder, BackedModel, Par
4602
4729
  odataType?: string | null;
4603
4730
  }
4604
4731
  export interface Hyperlink extends AdditionalDataHolder, BackedModel, Parsable {
4605
- /**
4606
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
4607
- */
4608
- additionalData?: Record<string, unknown>;
4609
4732
  /**
4610
4733
  * Stores model information.
4611
4734
  */
@@ -4778,10 +4901,6 @@ export interface IntelligenceProfileCollectionResponse extends BaseCollectionPag
4778
4901
  value?: IntelligenceProfile[] | null;
4779
4902
  }
4780
4903
  export interface IntelligenceProfileCountryOrRegionOfOrigin extends AdditionalDataHolder, BackedModel, Parsable {
4781
- /**
4782
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
4783
- */
4784
- additionalData?: Record<string, unknown>;
4785
4904
  /**
4786
4905
  * Stores model information.
4787
4906
  */
@@ -5112,10 +5231,6 @@ export interface KubernetesServiceEvidence extends AlertEvidence, Parsable {
5112
5231
  serviceType?: KubernetesServiceType | null;
5113
5232
  }
5114
5233
  export interface KubernetesServicePort extends AdditionalDataHolder, BackedModel, Parsable {
5115
- /**
5116
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
5117
- */
5118
- additionalData?: Record<string, unknown>;
5119
5234
  /**
5120
5235
  * The application protocol for this port.
5121
5236
  */
@@ -5181,10 +5296,6 @@ export interface LoggedOnUser extends AdditionalDataHolder, BackedModel, Parsabl
5181
5296
  * User account name of the logged-on user.
5182
5297
  */
5183
5298
  accountName?: string | null;
5184
- /**
5185
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
5186
- */
5187
- additionalData?: Record<string, unknown>;
5188
5299
  /**
5189
5300
  * Stores model information.
5190
5301
  */
@@ -5352,10 +5463,6 @@ export interface OauthApplicationEvidence extends AlertEvidence, Parsable {
5352
5463
  publisher?: string | null;
5353
5464
  }
5354
5465
  export interface OcrSettings extends AdditionalDataHolder, BackedModel, Parsable {
5355
- /**
5356
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
5357
- */
5358
- additionalData?: Record<string, unknown>;
5359
5466
  /**
5360
5467
  * Stores model information.
5361
5468
  */
@@ -5457,10 +5564,6 @@ export type PurgeAreas = (typeof PurgeAreasObject)[keyof typeof PurgeAreasObject
5457
5564
  export type PurgeType = (typeof PurgeTypeObject)[keyof typeof PurgeTypeObject];
5458
5565
  export type QueryType = (typeof QueryTypeObject)[keyof typeof QueryTypeObject];
5459
5566
  export interface RedundancyDetectionSettings extends AdditionalDataHolder, BackedModel, Parsable {
5460
- /**
5461
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
5462
- */
5463
- additionalData?: Record<string, unknown>;
5464
5567
  /**
5465
5568
  * Stores model information.
5466
5569
  */
@@ -5523,10 +5626,6 @@ export interface RegistryValueEvidence extends AlertEvidence, Parsable {
5523
5626
  registryValueType?: string | null;
5524
5627
  }
5525
5628
  export interface RetentionDuration extends AdditionalDataHolder, BackedModel, Parsable {
5526
- /**
5527
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
5528
- */
5529
- additionalData?: Record<string, unknown>;
5530
5629
  /**
5531
5630
  * Stores model information.
5532
5631
  */
@@ -5601,10 +5700,6 @@ export interface RetentionEventCollectionResponse extends BaseCollectionPaginati
5601
5700
  value?: RetentionEvent[] | null;
5602
5701
  }
5603
5702
  export interface RetentionEventStatus extends AdditionalDataHolder, BackedModel, Parsable {
5604
- /**
5605
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
5606
- */
5607
- additionalData?: Record<string, unknown>;
5608
5703
  /**
5609
5704
  * Stores model information.
5610
5705
  */
@@ -5862,10 +5957,6 @@ export interface SensorCollectionResponse extends BaseCollectionPaginationCountR
5862
5957
  value?: Sensor[] | null;
5863
5958
  }
5864
5959
  export interface SensorDeploymentPackage extends AdditionalDataHolder, BackedModel, Parsable {
5865
- /**
5866
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
5867
- */
5868
- additionalData?: Record<string, unknown>;
5869
5960
  /**
5870
5961
  * Stores model information.
5871
5962
  */
@@ -5885,10 +5976,6 @@ export interface SensorDeploymentPackage extends AdditionalDataHolder, BackedMod
5885
5976
  }
5886
5977
  export type SensorHealthStatus = (typeof SensorHealthStatusObject)[keyof typeof SensorHealthStatusObject];
5887
5978
  export interface SensorSettings extends AdditionalDataHolder, BackedModel, Parsable {
5888
- /**
5889
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
5890
- */
5891
- additionalData?: Record<string, unknown>;
5892
5979
  /**
5893
5980
  * Stores model information.
5894
5981
  */
@@ -5917,1059 +6004,1481 @@ export interface SensorSettings extends AdditionalDataHolder, BackedModel, Parsa
5917
6004
  export type SensorType = (typeof SensorTypeObject)[keyof typeof SensorTypeObject];
5918
6005
  /**
5919
6006
  * Serializes information the current object
6007
+ * @param Alert The instance to serialize from.
6008
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
5920
6009
  * @param writer Serialization writer to use to serialize this model
5921
6010
  */
5922
- export declare function serializeAlert(writer: SerializationWriter, alert?: Partial<Alert> | undefined | null): void;
6011
+ export declare function serializeAlert(writer: SerializationWriter, alert?: Partial<Alert> | undefined | null, isSerializingDerivedType?: boolean): void;
5923
6012
  /**
5924
6013
  * Serializes information the current object
6014
+ * @param AlertCollectionResponse The instance to serialize from.
6015
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
5925
6016
  * @param writer Serialization writer to use to serialize this model
5926
6017
  */
5927
- export declare function serializeAlertCollectionResponse(writer: SerializationWriter, alertCollectionResponse?: Partial<AlertCollectionResponse> | undefined | null): void;
6018
+ export declare function serializeAlertCollectionResponse(writer: SerializationWriter, alertCollectionResponse?: Partial<AlertCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
5928
6019
  /**
5929
6020
  * Serializes information the current object
6021
+ * @param AlertComment The instance to serialize from.
6022
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
5930
6023
  * @param writer Serialization writer to use to serialize this model
5931
6024
  */
5932
- export declare function serializeAlertComment(writer: SerializationWriter, alertComment?: Partial<AlertComment> | undefined | null): void;
6025
+ export declare function serializeAlertComment(writer: SerializationWriter, alertComment?: Partial<AlertComment> | undefined | null, isSerializingDerivedType?: boolean): void;
5933
6026
  /**
5934
6027
  * Serializes information the current object
6028
+ * @param AlertEvidence The instance to serialize from.
6029
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
5935
6030
  * @param writer Serialization writer to use to serialize this model
5936
6031
  */
5937
- export declare function serializeAlertEvidence(writer: SerializationWriter, alertEvidence?: Partial<AlertEvidence> | undefined | null): void;
6032
+ export declare function serializeAlertEvidence(writer: SerializationWriter, alertEvidence?: Partial<AlertEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
5938
6033
  /**
5939
6034
  * Serializes information the current object
6035
+ * @param AmazonResourceEvidence The instance to serialize from.
6036
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
5940
6037
  * @param writer Serialization writer to use to serialize this model
5941
6038
  */
5942
- export declare function serializeAmazonResourceEvidence(writer: SerializationWriter, amazonResourceEvidence?: Partial<AmazonResourceEvidence> | undefined | null): void;
6039
+ export declare function serializeAmazonResourceEvidence(writer: SerializationWriter, amazonResourceEvidence?: Partial<AmazonResourceEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
5943
6040
  /**
5944
6041
  * Serializes information the current object
6042
+ * @param AnalyzedMessageEvidence The instance to serialize from.
6043
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
5945
6044
  * @param writer Serialization writer to use to serialize this model
5946
6045
  */
5947
- export declare function serializeAnalyzedMessageEvidence(writer: SerializationWriter, analyzedMessageEvidence?: Partial<AnalyzedMessageEvidence> | undefined | null): void;
6046
+ export declare function serializeAnalyzedMessageEvidence(writer: SerializationWriter, analyzedMessageEvidence?: Partial<AnalyzedMessageEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
5948
6047
  /**
5949
6048
  * Serializes information the current object
6049
+ * @param Article The instance to serialize from.
6050
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
5950
6051
  * @param writer Serialization writer to use to serialize this model
5951
6052
  */
5952
- export declare function serializeArticle(writer: SerializationWriter, article?: Partial<Article> | undefined | null): void;
6053
+ export declare function serializeArticle(writer: SerializationWriter, article?: Partial<Article> | undefined | null, isSerializingDerivedType?: boolean): void;
5953
6054
  /**
5954
6055
  * Serializes information the current object
6056
+ * @param ArticleCollectionResponse The instance to serialize from.
6057
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
5955
6058
  * @param writer Serialization writer to use to serialize this model
5956
6059
  */
5957
- export declare function serializeArticleCollectionResponse(writer: SerializationWriter, articleCollectionResponse?: Partial<ArticleCollectionResponse> | undefined | null): void;
6060
+ export declare function serializeArticleCollectionResponse(writer: SerializationWriter, articleCollectionResponse?: Partial<ArticleCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
5958
6061
  /**
5959
6062
  * Serializes information the current object
6063
+ * @param ArticleIndicator The instance to serialize from.
6064
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
5960
6065
  * @param writer Serialization writer to use to serialize this model
5961
6066
  */
5962
- export declare function serializeArticleIndicator(writer: SerializationWriter, articleIndicator?: Partial<ArticleIndicator> | undefined | null): void;
6067
+ export declare function serializeArticleIndicator(writer: SerializationWriter, articleIndicator?: Partial<ArticleIndicator> | undefined | null, isSerializingDerivedType?: boolean): void;
5963
6068
  /**
5964
6069
  * Serializes information the current object
6070
+ * @param ArticleIndicatorCollectionResponse The instance to serialize from.
6071
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
5965
6072
  * @param writer Serialization writer to use to serialize this model
5966
6073
  */
5967
- export declare function serializeArticleIndicatorCollectionResponse(writer: SerializationWriter, articleIndicatorCollectionResponse?: Partial<ArticleIndicatorCollectionResponse> | undefined | null): void;
6074
+ export declare function serializeArticleIndicatorCollectionResponse(writer: SerializationWriter, articleIndicatorCollectionResponse?: Partial<ArticleIndicatorCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
5968
6075
  /**
5969
6076
  * Serializes information the current object
6077
+ * @param Artifact The instance to serialize from.
6078
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
5970
6079
  * @param writer Serialization writer to use to serialize this model
5971
6080
  */
5972
- export declare function serializeArtifact(writer: SerializationWriter, artifact?: Partial<Artifact> | undefined | null): void;
6081
+ export declare function serializeArtifact(writer: SerializationWriter, artifact?: Partial<Artifact> | undefined | null, isSerializingDerivedType?: boolean): void;
5973
6082
  /**
5974
6083
  * Serializes information the current object
6084
+ * @param AuthorityTemplate The instance to serialize from.
6085
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
5975
6086
  * @param writer Serialization writer to use to serialize this model
5976
6087
  */
5977
- export declare function serializeAuthorityTemplate(writer: SerializationWriter, authorityTemplate?: Partial<AuthorityTemplate> | undefined | null): void;
6088
+ export declare function serializeAuthorityTemplate(writer: SerializationWriter, authorityTemplate?: Partial<AuthorityTemplate> | undefined | null, isSerializingDerivedType?: boolean): void;
5978
6089
  /**
5979
6090
  * Serializes information the current object
6091
+ * @param AuthorityTemplateCollectionResponse The instance to serialize from.
6092
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
5980
6093
  * @param writer Serialization writer to use to serialize this model
5981
6094
  */
5982
- export declare function serializeAuthorityTemplateCollectionResponse(writer: SerializationWriter, authorityTemplateCollectionResponse?: Partial<AuthorityTemplateCollectionResponse> | undefined | null): void;
6095
+ export declare function serializeAuthorityTemplateCollectionResponse(writer: SerializationWriter, authorityTemplateCollectionResponse?: Partial<AuthorityTemplateCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
5983
6096
  /**
5984
6097
  * Serializes information the current object
6098
+ * @param AutonomousSystem The instance to serialize from.
6099
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
5985
6100
  * @param writer Serialization writer to use to serialize this model
5986
6101
  */
5987
- export declare function serializeAutonomousSystem(writer: SerializationWriter, autonomousSystem?: Partial<AutonomousSystem> | undefined | null): void;
6102
+ export declare function serializeAutonomousSystem(writer: SerializationWriter, autonomousSystem?: Partial<AutonomousSystem> | undefined | null, isSerializingDerivedType?: boolean): void;
5988
6103
  /**
5989
6104
  * Serializes information the current object
6105
+ * @param AzureResourceEvidence The instance to serialize from.
6106
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
5990
6107
  * @param writer Serialization writer to use to serialize this model
5991
6108
  */
5992
- export declare function serializeAzureResourceEvidence(writer: SerializationWriter, azureResourceEvidence?: Partial<AzureResourceEvidence> | undefined | null): void;
6109
+ export declare function serializeAzureResourceEvidence(writer: SerializationWriter, azureResourceEvidence?: Partial<AzureResourceEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
5993
6110
  /**
5994
6111
  * Serializes information the current object
6112
+ * @param BlobContainerEvidence The instance to serialize from.
6113
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
5995
6114
  * @param writer Serialization writer to use to serialize this model
5996
6115
  */
5997
- export declare function serializeBlobContainerEvidence(writer: SerializationWriter, blobContainerEvidence?: Partial<BlobContainerEvidence> | undefined | null): void;
6116
+ export declare function serializeBlobContainerEvidence(writer: SerializationWriter, blobContainerEvidence?: Partial<BlobContainerEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
5998
6117
  /**
5999
6118
  * Serializes information the current object
6119
+ * @param BlobEvidence The instance to serialize from.
6120
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6000
6121
  * @param writer Serialization writer to use to serialize this model
6001
6122
  */
6002
- export declare function serializeBlobEvidence(writer: SerializationWriter, blobEvidence?: Partial<BlobEvidence> | undefined | null): void;
6123
+ export declare function serializeBlobEvidence(writer: SerializationWriter, blobEvidence?: Partial<BlobEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6003
6124
  /**
6004
6125
  * Serializes information the current object
6126
+ * @param CaseEscaped The instance to serialize from.
6127
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6005
6128
  * @param writer Serialization writer to use to serialize this model
6006
6129
  */
6007
- export declare function serializeCaseEscaped(writer: SerializationWriter, caseEscaped?: Partial<CaseEscaped> | undefined | null): void;
6130
+ export declare function serializeCaseEscaped(writer: SerializationWriter, caseEscaped?: Partial<CaseEscaped> | undefined | null, isSerializingDerivedType?: boolean): void;
6008
6131
  /**
6009
6132
  * Serializes information the current object
6133
+ * @param CaseOperation The instance to serialize from.
6134
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6010
6135
  * @param writer Serialization writer to use to serialize this model
6011
6136
  */
6012
- export declare function serializeCaseOperation(writer: SerializationWriter, caseOperation?: Partial<CaseOperation> | undefined | null): void;
6137
+ export declare function serializeCaseOperation(writer: SerializationWriter, caseOperation?: Partial<CaseOperation> | undefined | null, isSerializingDerivedType?: boolean): void;
6013
6138
  /**
6014
6139
  * Serializes information the current object
6140
+ * @param CaseOperationCollectionResponse The instance to serialize from.
6141
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6015
6142
  * @param writer Serialization writer to use to serialize this model
6016
6143
  */
6017
- export declare function serializeCaseOperationCollectionResponse(writer: SerializationWriter, caseOperationCollectionResponse?: Partial<CaseOperationCollectionResponse> | undefined | null): void;
6144
+ export declare function serializeCaseOperationCollectionResponse(writer: SerializationWriter, caseOperationCollectionResponse?: Partial<CaseOperationCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6018
6145
  /**
6019
6146
  * Serializes information the current object
6147
+ * @param CasesRoot The instance to serialize from.
6148
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6020
6149
  * @param writer Serialization writer to use to serialize this model
6021
6150
  */
6022
- export declare function serializeCasesRoot(writer: SerializationWriter, casesRoot?: Partial<CasesRoot> | undefined | null): void;
6151
+ export declare function serializeCasesRoot(writer: SerializationWriter, casesRoot?: Partial<CasesRoot> | undefined | null, isSerializingDerivedType?: boolean): void;
6023
6152
  /**
6024
6153
  * Serializes information the current object
6154
+ * @param CategoryTemplate The instance to serialize from.
6155
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6025
6156
  * @param writer Serialization writer to use to serialize this model
6026
6157
  */
6027
- export declare function serializeCategoryTemplate(writer: SerializationWriter, categoryTemplate?: Partial<CategoryTemplate> | undefined | null): void;
6158
+ export declare function serializeCategoryTemplate(writer: SerializationWriter, categoryTemplate?: Partial<CategoryTemplate> | undefined | null, isSerializingDerivedType?: boolean): void;
6028
6159
  /**
6029
6160
  * Serializes information the current object
6161
+ * @param CategoryTemplateCollectionResponse The instance to serialize from.
6162
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6030
6163
  * @param writer Serialization writer to use to serialize this model
6031
6164
  */
6032
- export declare function serializeCategoryTemplateCollectionResponse(writer: SerializationWriter, categoryTemplateCollectionResponse?: Partial<CategoryTemplateCollectionResponse> | undefined | null): void;
6165
+ export declare function serializeCategoryTemplateCollectionResponse(writer: SerializationWriter, categoryTemplateCollectionResponse?: Partial<CategoryTemplateCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6033
6166
  /**
6034
6167
  * Serializes information the current object
6168
+ * @param CitationTemplate The instance to serialize from.
6169
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6035
6170
  * @param writer Serialization writer to use to serialize this model
6036
6171
  */
6037
- export declare function serializeCitationTemplate(writer: SerializationWriter, citationTemplate?: Partial<CitationTemplate> | undefined | null): void;
6172
+ export declare function serializeCitationTemplate(writer: SerializationWriter, citationTemplate?: Partial<CitationTemplate> | undefined | null, isSerializingDerivedType?: boolean): void;
6038
6173
  /**
6039
6174
  * Serializes information the current object
6175
+ * @param CitationTemplateCollectionResponse The instance to serialize from.
6176
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6040
6177
  * @param writer Serialization writer to use to serialize this model
6041
6178
  */
6042
- export declare function serializeCitationTemplateCollectionResponse(writer: SerializationWriter, citationTemplateCollectionResponse?: Partial<CitationTemplateCollectionResponse> | undefined | null): void;
6179
+ export declare function serializeCitationTemplateCollectionResponse(writer: SerializationWriter, citationTemplateCollectionResponse?: Partial<CitationTemplateCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6043
6180
  /**
6044
6181
  * Serializes information the current object
6182
+ * @param CloudApplicationEvidence The instance to serialize from.
6183
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6045
6184
  * @param writer Serialization writer to use to serialize this model
6046
6185
  */
6047
- export declare function serializeCloudApplicationEvidence(writer: SerializationWriter, cloudApplicationEvidence?: Partial<CloudApplicationEvidence> | undefined | null): void;
6186
+ export declare function serializeCloudApplicationEvidence(writer: SerializationWriter, cloudApplicationEvidence?: Partial<CloudApplicationEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6048
6187
  /**
6049
6188
  * Serializes information the current object
6189
+ * @param CloudLogonRequestEvidence The instance to serialize from.
6190
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6050
6191
  * @param writer Serialization writer to use to serialize this model
6051
6192
  */
6052
- export declare function serializeCloudLogonRequestEvidence(writer: SerializationWriter, cloudLogonRequestEvidence?: Partial<CloudLogonRequestEvidence> | undefined | null): void;
6193
+ export declare function serializeCloudLogonRequestEvidence(writer: SerializationWriter, cloudLogonRequestEvidence?: Partial<CloudLogonRequestEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6053
6194
  /**
6054
6195
  * Serializes information the current object
6196
+ * @param CloudLogonSessionEvidence The instance to serialize from.
6197
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6055
6198
  * @param writer Serialization writer to use to serialize this model
6056
6199
  */
6057
- export declare function serializeCloudLogonSessionEvidence(writer: SerializationWriter, cloudLogonSessionEvidence?: Partial<CloudLogonSessionEvidence> | undefined | null): void;
6200
+ export declare function serializeCloudLogonSessionEvidence(writer: SerializationWriter, cloudLogonSessionEvidence?: Partial<CloudLogonSessionEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6058
6201
  /**
6059
6202
  * Serializes information the current object
6203
+ * @param ContainerEvidence The instance to serialize from.
6204
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6060
6205
  * @param writer Serialization writer to use to serialize this model
6061
6206
  */
6062
- export declare function serializeContainerEvidence(writer: SerializationWriter, containerEvidence?: Partial<ContainerEvidence> | undefined | null): void;
6207
+ export declare function serializeContainerEvidence(writer: SerializationWriter, containerEvidence?: Partial<ContainerEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6063
6208
  /**
6064
6209
  * Serializes information the current object
6210
+ * @param ContainerImageEvidence The instance to serialize from.
6211
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6065
6212
  * @param writer Serialization writer to use to serialize this model
6066
6213
  */
6067
- export declare function serializeContainerImageEvidence(writer: SerializationWriter, containerImageEvidence?: Partial<ContainerImageEvidence> | undefined | null): void;
6214
+ export declare function serializeContainerImageEvidence(writer: SerializationWriter, containerImageEvidence?: Partial<ContainerImageEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6068
6215
  /**
6069
6216
  * Serializes information the current object
6217
+ * @param ContainerRegistryEvidence The instance to serialize from.
6218
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6070
6219
  * @param writer Serialization writer to use to serialize this model
6071
6220
  */
6072
- export declare function serializeContainerRegistryEvidence(writer: SerializationWriter, containerRegistryEvidence?: Partial<ContainerRegistryEvidence> | undefined | null): void;
6221
+ export declare function serializeContainerRegistryEvidence(writer: SerializationWriter, containerRegistryEvidence?: Partial<ContainerRegistryEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6073
6222
  /**
6074
6223
  * Serializes information the current object
6224
+ * @param CvssSummary The instance to serialize from.
6225
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6075
6226
  * @param writer Serialization writer to use to serialize this model
6076
6227
  */
6077
- export declare function serializeCvssSummary(writer: SerializationWriter, cvssSummary?: Partial<CvssSummary> | undefined | null): void;
6228
+ export declare function serializeCvssSummary(writer: SerializationWriter, cvssSummary?: Partial<CvssSummary> | undefined | null, isSerializingDerivedType?: boolean): void;
6078
6229
  /**
6079
6230
  * Serializes information the current object
6231
+ * @param DataSet The instance to serialize from.
6232
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6080
6233
  * @param writer Serialization writer to use to serialize this model
6081
6234
  */
6082
- export declare function serializeDataSet(writer: SerializationWriter, dataSet?: Partial<DataSet> | undefined | null): void;
6235
+ export declare function serializeDataSet(writer: SerializationWriter, dataSet?: Partial<DataSet> | undefined | null, isSerializingDerivedType?: boolean): void;
6083
6236
  /**
6084
6237
  * Serializes information the current object
6238
+ * @param DataSource The instance to serialize from.
6239
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6085
6240
  * @param writer Serialization writer to use to serialize this model
6086
6241
  */
6087
- export declare function serializeDataSource(writer: SerializationWriter, dataSource?: Partial<DataSource> | undefined | null): void;
6242
+ export declare function serializeDataSource(writer: SerializationWriter, dataSource?: Partial<DataSource> | undefined | null, isSerializingDerivedType?: boolean): void;
6088
6243
  /**
6089
6244
  * Serializes information the current object
6245
+ * @param DataSourceCollectionResponse The instance to serialize from.
6246
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6090
6247
  * @param writer Serialization writer to use to serialize this model
6091
6248
  */
6092
- export declare function serializeDataSourceCollectionResponse(writer: SerializationWriter, dataSourceCollectionResponse?: Partial<DataSourceCollectionResponse> | undefined | null): void;
6249
+ export declare function serializeDataSourceCollectionResponse(writer: SerializationWriter, dataSourceCollectionResponse?: Partial<DataSourceCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6093
6250
  /**
6094
6251
  * Serializes information the current object
6252
+ * @param DataSourceContainer The instance to serialize from.
6253
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6095
6254
  * @param writer Serialization writer to use to serialize this model
6096
6255
  */
6097
- export declare function serializeDataSourceContainer(writer: SerializationWriter, dataSourceContainer?: Partial<DataSourceContainer> | undefined | null): void;
6256
+ export declare function serializeDataSourceContainer(writer: SerializationWriter, dataSourceContainer?: Partial<DataSourceContainer> | undefined | null, isSerializingDerivedType?: boolean): void;
6098
6257
  /**
6099
6258
  * Serializes information the current object
6259
+ * @param DepartmentTemplate The instance to serialize from.
6260
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6100
6261
  * @param writer Serialization writer to use to serialize this model
6101
6262
  */
6102
- export declare function serializeDepartmentTemplate(writer: SerializationWriter, departmentTemplate?: Partial<DepartmentTemplate> | undefined | null): void;
6263
+ export declare function serializeDepartmentTemplate(writer: SerializationWriter, departmentTemplate?: Partial<DepartmentTemplate> | undefined | null, isSerializingDerivedType?: boolean): void;
6103
6264
  /**
6104
6265
  * Serializes information the current object
6266
+ * @param DepartmentTemplateCollectionResponse The instance to serialize from.
6267
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6105
6268
  * @param writer Serialization writer to use to serialize this model
6106
6269
  */
6107
- export declare function serializeDepartmentTemplateCollectionResponse(writer: SerializationWriter, departmentTemplateCollectionResponse?: Partial<DepartmentTemplateCollectionResponse> | undefined | null): void;
6270
+ export declare function serializeDepartmentTemplateCollectionResponse(writer: SerializationWriter, departmentTemplateCollectionResponse?: Partial<DepartmentTemplateCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6108
6271
  /**
6109
6272
  * Serializes information the current object
6273
+ * @param DeploymentAccessKeyType The instance to serialize from.
6274
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6110
6275
  * @param writer Serialization writer to use to serialize this model
6111
6276
  */
6112
- export declare function serializeDeploymentAccessKeyType(writer: SerializationWriter, deploymentAccessKeyType?: Partial<DeploymentAccessKeyType> | undefined | null): void;
6277
+ export declare function serializeDeploymentAccessKeyType(writer: SerializationWriter, deploymentAccessKeyType?: Partial<DeploymentAccessKeyType> | undefined | null, isSerializingDerivedType?: boolean): void;
6113
6278
  /**
6114
6279
  * Serializes information the current object
6280
+ * @param DeviceEvidence The instance to serialize from.
6281
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6115
6282
  * @param writer Serialization writer to use to serialize this model
6116
6283
  */
6117
- export declare function serializeDeviceEvidence(writer: SerializationWriter, deviceEvidence?: Partial<DeviceEvidence> | undefined | null): void;
6284
+ export declare function serializeDeviceEvidence(writer: SerializationWriter, deviceEvidence?: Partial<DeviceEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6118
6285
  /**
6119
6286
  * Serializes information the current object
6287
+ * @param Dictionary The instance to serialize from.
6288
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6120
6289
  * @param writer Serialization writer to use to serialize this model
6121
6290
  */
6122
- export declare function serializeDictionary(writer: SerializationWriter, dictionary?: Partial<Dictionary> | undefined | null): void;
6291
+ export declare function serializeDictionary(writer: SerializationWriter, dictionary?: Partial<Dictionary> | undefined | null, isSerializingDerivedType?: boolean): void;
6123
6292
  /**
6124
6293
  * Serializes information the current object
6294
+ * @param DispositionReviewStage The instance to serialize from.
6295
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6125
6296
  * @param writer Serialization writer to use to serialize this model
6126
6297
  */
6127
- export declare function serializeDispositionReviewStage(writer: SerializationWriter, dispositionReviewStage?: Partial<DispositionReviewStage> | undefined | null): void;
6298
+ export declare function serializeDispositionReviewStage(writer: SerializationWriter, dispositionReviewStage?: Partial<DispositionReviewStage> | undefined | null, isSerializingDerivedType?: boolean): void;
6128
6299
  /**
6129
6300
  * Serializes information the current object
6301
+ * @param DispositionReviewStageCollectionResponse The instance to serialize from.
6302
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6130
6303
  * @param writer Serialization writer to use to serialize this model
6131
6304
  */
6132
- export declare function serializeDispositionReviewStageCollectionResponse(writer: SerializationWriter, dispositionReviewStageCollectionResponse?: Partial<DispositionReviewStageCollectionResponse> | undefined | null): void;
6305
+ export declare function serializeDispositionReviewStageCollectionResponse(writer: SerializationWriter, dispositionReviewStageCollectionResponse?: Partial<DispositionReviewStageCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6133
6306
  /**
6134
6307
  * Serializes information the current object
6308
+ * @param DnsEvidence The instance to serialize from.
6309
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6135
6310
  * @param writer Serialization writer to use to serialize this model
6136
6311
  */
6137
- export declare function serializeDnsEvidence(writer: SerializationWriter, dnsEvidence?: Partial<DnsEvidence> | undefined | null): void;
6312
+ export declare function serializeDnsEvidence(writer: SerializationWriter, dnsEvidence?: Partial<DnsEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6138
6313
  /**
6139
6314
  * Serializes information the current object
6315
+ * @param EdiscoveryAddToReviewSetOperation The instance to serialize from.
6316
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6140
6317
  * @param writer Serialization writer to use to serialize this model
6141
6318
  */
6142
- export declare function serializeEdiscoveryAddToReviewSetOperation(writer: SerializationWriter, ediscoveryAddToReviewSetOperation?: Partial<EdiscoveryAddToReviewSetOperation> | undefined | null): void;
6319
+ export declare function serializeEdiscoveryAddToReviewSetOperation(writer: SerializationWriter, ediscoveryAddToReviewSetOperation?: Partial<EdiscoveryAddToReviewSetOperation> | undefined | null, isSerializingDerivedType?: boolean): void;
6143
6320
  /**
6144
6321
  * Serializes information the current object
6322
+ * @param EdiscoveryCase The instance to serialize from.
6323
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6145
6324
  * @param writer Serialization writer to use to serialize this model
6146
6325
  */
6147
- export declare function serializeEdiscoveryCase(writer: SerializationWriter, ediscoveryCase?: Partial<EdiscoveryCase> | undefined | null): void;
6326
+ export declare function serializeEdiscoveryCase(writer: SerializationWriter, ediscoveryCase?: Partial<EdiscoveryCase> | undefined | null, isSerializingDerivedType?: boolean): void;
6148
6327
  /**
6149
6328
  * Serializes information the current object
6329
+ * @param EdiscoveryCaseCollectionResponse The instance to serialize from.
6330
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6150
6331
  * @param writer Serialization writer to use to serialize this model
6151
6332
  */
6152
- export declare function serializeEdiscoveryCaseCollectionResponse(writer: SerializationWriter, ediscoveryCaseCollectionResponse?: Partial<EdiscoveryCaseCollectionResponse> | undefined | null): void;
6333
+ export declare function serializeEdiscoveryCaseCollectionResponse(writer: SerializationWriter, ediscoveryCaseCollectionResponse?: Partial<EdiscoveryCaseCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6153
6334
  /**
6154
6335
  * Serializes information the current object
6336
+ * @param EdiscoveryCaseSettings The instance to serialize from.
6337
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6155
6338
  * @param writer Serialization writer to use to serialize this model
6156
6339
  */
6157
- export declare function serializeEdiscoveryCaseSettings(writer: SerializationWriter, ediscoveryCaseSettings?: Partial<EdiscoveryCaseSettings> | undefined | null): void;
6340
+ export declare function serializeEdiscoveryCaseSettings(writer: SerializationWriter, ediscoveryCaseSettings?: Partial<EdiscoveryCaseSettings> | undefined | null, isSerializingDerivedType?: boolean): void;
6158
6341
  /**
6159
6342
  * Serializes information the current object
6343
+ * @param EdiscoveryCustodian The instance to serialize from.
6344
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6160
6345
  * @param writer Serialization writer to use to serialize this model
6161
6346
  */
6162
- export declare function serializeEdiscoveryCustodian(writer: SerializationWriter, ediscoveryCustodian?: Partial<EdiscoveryCustodian> | undefined | null): void;
6347
+ export declare function serializeEdiscoveryCustodian(writer: SerializationWriter, ediscoveryCustodian?: Partial<EdiscoveryCustodian> | undefined | null, isSerializingDerivedType?: boolean): void;
6163
6348
  /**
6164
6349
  * Serializes information the current object
6350
+ * @param EdiscoveryCustodianCollectionResponse The instance to serialize from.
6351
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6165
6352
  * @param writer Serialization writer to use to serialize this model
6166
6353
  */
6167
- export declare function serializeEdiscoveryCustodianCollectionResponse(writer: SerializationWriter, ediscoveryCustodianCollectionResponse?: Partial<EdiscoveryCustodianCollectionResponse> | undefined | null): void;
6354
+ export declare function serializeEdiscoveryCustodianCollectionResponse(writer: SerializationWriter, ediscoveryCustodianCollectionResponse?: Partial<EdiscoveryCustodianCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6168
6355
  /**
6169
6356
  * Serializes information the current object
6357
+ * @param EdiscoveryEstimateOperation The instance to serialize from.
6358
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6170
6359
  * @param writer Serialization writer to use to serialize this model
6171
6360
  */
6172
- export declare function serializeEdiscoveryEstimateOperation(writer: SerializationWriter, ediscoveryEstimateOperation?: Partial<EdiscoveryEstimateOperation> | undefined | null): void;
6361
+ export declare function serializeEdiscoveryEstimateOperation(writer: SerializationWriter, ediscoveryEstimateOperation?: Partial<EdiscoveryEstimateOperation> | undefined | null, isSerializingDerivedType?: boolean): void;
6173
6362
  /**
6174
6363
  * Serializes information the current object
6364
+ * @param EdiscoveryExportOperation The instance to serialize from.
6365
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6175
6366
  * @param writer Serialization writer to use to serialize this model
6176
6367
  */
6177
- export declare function serializeEdiscoveryExportOperation(writer: SerializationWriter, ediscoveryExportOperation?: Partial<EdiscoveryExportOperation> | undefined | null): void;
6368
+ export declare function serializeEdiscoveryExportOperation(writer: SerializationWriter, ediscoveryExportOperation?: Partial<EdiscoveryExportOperation> | undefined | null, isSerializingDerivedType?: boolean): void;
6178
6369
  /**
6179
6370
  * Serializes information the current object
6371
+ * @param EdiscoveryHoldOperation The instance to serialize from.
6372
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6180
6373
  * @param writer Serialization writer to use to serialize this model
6181
6374
  */
6182
- export declare function serializeEdiscoveryHoldOperation(writer: SerializationWriter, ediscoveryHoldOperation?: Partial<EdiscoveryHoldOperation> | undefined | null): void;
6375
+ export declare function serializeEdiscoveryHoldOperation(writer: SerializationWriter, ediscoveryHoldOperation?: Partial<EdiscoveryHoldOperation> | undefined | null, isSerializingDerivedType?: boolean): void;
6183
6376
  /**
6184
6377
  * Serializes information the current object
6378
+ * @param EdiscoveryIndexOperation The instance to serialize from.
6379
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6185
6380
  * @param writer Serialization writer to use to serialize this model
6186
6381
  */
6187
- export declare function serializeEdiscoveryIndexOperation(writer: SerializationWriter, ediscoveryIndexOperation?: Partial<EdiscoveryIndexOperation> | undefined | null): void;
6382
+ export declare function serializeEdiscoveryIndexOperation(writer: SerializationWriter, ediscoveryIndexOperation?: Partial<EdiscoveryIndexOperation> | undefined | null, isSerializingDerivedType?: boolean): void;
6188
6383
  /**
6189
6384
  * Serializes information the current object
6385
+ * @param EdiscoveryNoncustodialDataSource The instance to serialize from.
6386
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6190
6387
  * @param writer Serialization writer to use to serialize this model
6191
6388
  */
6192
- export declare function serializeEdiscoveryNoncustodialDataSource(writer: SerializationWriter, ediscoveryNoncustodialDataSource?: Partial<EdiscoveryNoncustodialDataSource> | undefined | null): void;
6389
+ export declare function serializeEdiscoveryNoncustodialDataSource(writer: SerializationWriter, ediscoveryNoncustodialDataSource?: Partial<EdiscoveryNoncustodialDataSource> | undefined | null, isSerializingDerivedType?: boolean): void;
6193
6390
  /**
6194
6391
  * Serializes information the current object
6392
+ * @param EdiscoveryNoncustodialDataSourceCollectionResponse The instance to serialize from.
6393
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6195
6394
  * @param writer Serialization writer to use to serialize this model
6196
6395
  */
6197
- export declare function serializeEdiscoveryNoncustodialDataSourceCollectionResponse(writer: SerializationWriter, ediscoveryNoncustodialDataSourceCollectionResponse?: Partial<EdiscoveryNoncustodialDataSourceCollectionResponse> | undefined | null): void;
6396
+ export declare function serializeEdiscoveryNoncustodialDataSourceCollectionResponse(writer: SerializationWriter, ediscoveryNoncustodialDataSourceCollectionResponse?: Partial<EdiscoveryNoncustodialDataSourceCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6198
6397
  /**
6199
6398
  * Serializes information the current object
6399
+ * @param EdiscoveryPurgeDataOperation The instance to serialize from.
6400
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6200
6401
  * @param writer Serialization writer to use to serialize this model
6201
6402
  */
6202
- export declare function serializeEdiscoveryPurgeDataOperation(writer: SerializationWriter, ediscoveryPurgeDataOperation?: Partial<EdiscoveryPurgeDataOperation> | undefined | null): void;
6403
+ export declare function serializeEdiscoveryPurgeDataOperation(writer: SerializationWriter, ediscoveryPurgeDataOperation?: Partial<EdiscoveryPurgeDataOperation> | undefined | null, isSerializingDerivedType?: boolean): void;
6203
6404
  /**
6204
6405
  * Serializes information the current object
6406
+ * @param EdiscoveryReviewSet The instance to serialize from.
6407
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6205
6408
  * @param writer Serialization writer to use to serialize this model
6206
6409
  */
6207
- export declare function serializeEdiscoveryReviewSet(writer: SerializationWriter, ediscoveryReviewSet?: Partial<EdiscoveryReviewSet> | undefined | null): void;
6410
+ export declare function serializeEdiscoveryReviewSet(writer: SerializationWriter, ediscoveryReviewSet?: Partial<EdiscoveryReviewSet> | undefined | null, isSerializingDerivedType?: boolean): void;
6208
6411
  /**
6209
6412
  * Serializes information the current object
6413
+ * @param EdiscoveryReviewSetCollectionResponse The instance to serialize from.
6414
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6210
6415
  * @param writer Serialization writer to use to serialize this model
6211
6416
  */
6212
- export declare function serializeEdiscoveryReviewSetCollectionResponse(writer: SerializationWriter, ediscoveryReviewSetCollectionResponse?: Partial<EdiscoveryReviewSetCollectionResponse> | undefined | null): void;
6417
+ export declare function serializeEdiscoveryReviewSetCollectionResponse(writer: SerializationWriter, ediscoveryReviewSetCollectionResponse?: Partial<EdiscoveryReviewSetCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6213
6418
  /**
6214
6419
  * Serializes information the current object
6420
+ * @param EdiscoveryReviewSetQuery The instance to serialize from.
6421
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6215
6422
  * @param writer Serialization writer to use to serialize this model
6216
6423
  */
6217
- export declare function serializeEdiscoveryReviewSetQuery(writer: SerializationWriter, ediscoveryReviewSetQuery?: Partial<EdiscoveryReviewSetQuery> | undefined | null): void;
6424
+ export declare function serializeEdiscoveryReviewSetQuery(writer: SerializationWriter, ediscoveryReviewSetQuery?: Partial<EdiscoveryReviewSetQuery> | undefined | null, isSerializingDerivedType?: boolean): void;
6218
6425
  /**
6219
6426
  * Serializes information the current object
6427
+ * @param EdiscoveryReviewSetQueryCollectionResponse The instance to serialize from.
6428
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6220
6429
  * @param writer Serialization writer to use to serialize this model
6221
6430
  */
6222
- export declare function serializeEdiscoveryReviewSetQueryCollectionResponse(writer: SerializationWriter, ediscoveryReviewSetQueryCollectionResponse?: Partial<EdiscoveryReviewSetQueryCollectionResponse> | undefined | null): void;
6431
+ export declare function serializeEdiscoveryReviewSetQueryCollectionResponse(writer: SerializationWriter, ediscoveryReviewSetQueryCollectionResponse?: Partial<EdiscoveryReviewSetQueryCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6223
6432
  /**
6224
6433
  * Serializes information the current object
6434
+ * @param EdiscoveryReviewTag The instance to serialize from.
6435
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6225
6436
  * @param writer Serialization writer to use to serialize this model
6226
6437
  */
6227
- export declare function serializeEdiscoveryReviewTag(writer: SerializationWriter, ediscoveryReviewTag?: Partial<EdiscoveryReviewTag> | undefined | null): void;
6438
+ export declare function serializeEdiscoveryReviewTag(writer: SerializationWriter, ediscoveryReviewTag?: Partial<EdiscoveryReviewTag> | undefined | null, isSerializingDerivedType?: boolean): void;
6228
6439
  /**
6229
6440
  * Serializes information the current object
6441
+ * @param EdiscoveryReviewTagCollectionResponse The instance to serialize from.
6442
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6230
6443
  * @param writer Serialization writer to use to serialize this model
6231
6444
  */
6232
- export declare function serializeEdiscoveryReviewTagCollectionResponse(writer: SerializationWriter, ediscoveryReviewTagCollectionResponse?: Partial<EdiscoveryReviewTagCollectionResponse> | undefined | null): void;
6445
+ export declare function serializeEdiscoveryReviewTagCollectionResponse(writer: SerializationWriter, ediscoveryReviewTagCollectionResponse?: Partial<EdiscoveryReviewTagCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6233
6446
  /**
6234
6447
  * Serializes information the current object
6448
+ * @param EdiscoverySearch The instance to serialize from.
6449
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6235
6450
  * @param writer Serialization writer to use to serialize this model
6236
6451
  */
6237
- export declare function serializeEdiscoverySearch(writer: SerializationWriter, ediscoverySearch?: Partial<EdiscoverySearch> | undefined | null): void;
6452
+ export declare function serializeEdiscoverySearch(writer: SerializationWriter, ediscoverySearch?: Partial<EdiscoverySearch> | undefined | null, isSerializingDerivedType?: boolean): void;
6238
6453
  /**
6239
6454
  * Serializes information the current object
6455
+ * @param EdiscoverySearchCollectionResponse The instance to serialize from.
6456
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6240
6457
  * @param writer Serialization writer to use to serialize this model
6241
6458
  */
6242
- export declare function serializeEdiscoverySearchCollectionResponse(writer: SerializationWriter, ediscoverySearchCollectionResponse?: Partial<EdiscoverySearchCollectionResponse> | undefined | null): void;
6459
+ export declare function serializeEdiscoverySearchCollectionResponse(writer: SerializationWriter, ediscoverySearchCollectionResponse?: Partial<EdiscoverySearchCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6243
6460
  /**
6244
6461
  * Serializes information the current object
6462
+ * @param EdiscoverySearchExportOperation The instance to serialize from.
6463
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6245
6464
  * @param writer Serialization writer to use to serialize this model
6246
6465
  */
6247
- export declare function serializeEdiscoverySearchExportOperation(writer: SerializationWriter, ediscoverySearchExportOperation?: Partial<EdiscoverySearchExportOperation> | undefined | null): void;
6466
+ export declare function serializeEdiscoverySearchExportOperation(writer: SerializationWriter, ediscoverySearchExportOperation?: Partial<EdiscoverySearchExportOperation> | undefined | null, isSerializingDerivedType?: boolean): void;
6248
6467
  /**
6249
6468
  * Serializes information the current object
6469
+ * @param EdiscoveryTagOperation The instance to serialize from.
6470
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6250
6471
  * @param writer Serialization writer to use to serialize this model
6251
6472
  */
6252
- export declare function serializeEdiscoveryTagOperation(writer: SerializationWriter, ediscoveryTagOperation?: Partial<EdiscoveryTagOperation> | undefined | null): void;
6473
+ export declare function serializeEdiscoveryTagOperation(writer: SerializationWriter, ediscoveryTagOperation?: Partial<EdiscoveryTagOperation> | undefined | null, isSerializingDerivedType?: boolean): void;
6253
6474
  /**
6254
6475
  * Serializes information the current object
6476
+ * @param EmailSender The instance to serialize from.
6477
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6255
6478
  * @param writer Serialization writer to use to serialize this model
6256
6479
  */
6257
- export declare function serializeEmailSender(writer: SerializationWriter, emailSender?: Partial<EmailSender> | undefined | null): void;
6480
+ export declare function serializeEmailSender(writer: SerializationWriter, emailSender?: Partial<EmailSender> | undefined | null, isSerializingDerivedType?: boolean): void;
6258
6481
  /**
6259
6482
  * Serializes information the current object
6483
+ * @param EventPropagationResult The instance to serialize from.
6484
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6260
6485
  * @param writer Serialization writer to use to serialize this model
6261
6486
  */
6262
- export declare function serializeEventPropagationResult(writer: SerializationWriter, eventPropagationResult?: Partial<EventPropagationResult> | undefined | null): void;
6487
+ export declare function serializeEventPropagationResult(writer: SerializationWriter, eventPropagationResult?: Partial<EventPropagationResult> | undefined | null, isSerializingDerivedType?: boolean): void;
6263
6488
  /**
6264
6489
  * Serializes information the current object
6490
+ * @param EventQuery The instance to serialize from.
6491
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6265
6492
  * @param writer Serialization writer to use to serialize this model
6266
6493
  */
6267
- export declare function serializeEventQuery(writer: SerializationWriter, eventQuery?: Partial<EventQuery> | undefined | null): void;
6494
+ export declare function serializeEventQuery(writer: SerializationWriter, eventQuery?: Partial<EventQuery> | undefined | null, isSerializingDerivedType?: boolean): void;
6268
6495
  /**
6269
6496
  * Serializes information the current object
6497
+ * @param ExportFileMetadata The instance to serialize from.
6498
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6270
6499
  * @param writer Serialization writer to use to serialize this model
6271
6500
  */
6272
- export declare function serializeExportFileMetadata(writer: SerializationWriter, exportFileMetadata?: Partial<ExportFileMetadata> | undefined | null): void;
6501
+ export declare function serializeExportFileMetadata(writer: SerializationWriter, exportFileMetadata?: Partial<ExportFileMetadata> | undefined | null, isSerializingDerivedType?: boolean): void;
6273
6502
  /**
6274
6503
  * Serializes information the current object
6504
+ * @param FileDetails The instance to serialize from.
6505
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6275
6506
  * @param writer Serialization writer to use to serialize this model
6276
6507
  */
6277
- export declare function serializeFileDetails(writer: SerializationWriter, fileDetails?: Partial<FileDetails> | undefined | null): void;
6508
+ export declare function serializeFileDetails(writer: SerializationWriter, fileDetails?: Partial<FileDetails> | undefined | null, isSerializingDerivedType?: boolean): void;
6278
6509
  /**
6279
6510
  * Serializes information the current object
6511
+ * @param FileEvidence The instance to serialize from.
6512
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6280
6513
  * @param writer Serialization writer to use to serialize this model
6281
6514
  */
6282
- export declare function serializeFileEvidence(writer: SerializationWriter, fileEvidence?: Partial<FileEvidence> | undefined | null): void;
6515
+ export declare function serializeFileEvidence(writer: SerializationWriter, fileEvidence?: Partial<FileEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6283
6516
  /**
6284
6517
  * Serializes information the current object
6518
+ * @param FileHash The instance to serialize from.
6519
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6285
6520
  * @param writer Serialization writer to use to serialize this model
6286
6521
  */
6287
- export declare function serializeFileHash(writer: SerializationWriter, fileHash?: Partial<FileHash> | undefined | null): void;
6522
+ export declare function serializeFileHash(writer: SerializationWriter, fileHash?: Partial<FileHash> | undefined | null, isSerializingDerivedType?: boolean): void;
6288
6523
  /**
6289
6524
  * Serializes information the current object
6525
+ * @param FileHashEvidence The instance to serialize from.
6526
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6290
6527
  * @param writer Serialization writer to use to serialize this model
6291
6528
  */
6292
- export declare function serializeFileHashEvidence(writer: SerializationWriter, fileHashEvidence?: Partial<FileHashEvidence> | undefined | null): void;
6529
+ export declare function serializeFileHashEvidence(writer: SerializationWriter, fileHashEvidence?: Partial<FileHashEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6293
6530
  /**
6294
6531
  * Serializes information the current object
6532
+ * @param FilePlanAppliedCategory The instance to serialize from.
6533
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6295
6534
  * @param writer Serialization writer to use to serialize this model
6296
6535
  */
6297
- export declare function serializeFilePlanAppliedCategory(writer: SerializationWriter, filePlanAppliedCategory?: Partial<FilePlanAppliedCategory> | undefined | null): void;
6536
+ export declare function serializeFilePlanAppliedCategory(writer: SerializationWriter, filePlanAppliedCategory?: Partial<FilePlanAppliedCategory> | undefined | null, isSerializingDerivedType?: boolean): void;
6298
6537
  /**
6299
6538
  * Serializes information the current object
6539
+ * @param FilePlanAuthority The instance to serialize from.
6540
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6300
6541
  * @param writer Serialization writer to use to serialize this model
6301
6542
  */
6302
- export declare function serializeFilePlanAuthority(writer: SerializationWriter, filePlanAuthority?: Partial<FilePlanAuthority> | undefined | null): void;
6543
+ export declare function serializeFilePlanAuthority(writer: SerializationWriter, filePlanAuthority?: Partial<FilePlanAuthority> | undefined | null, isSerializingDerivedType?: boolean): void;
6303
6544
  /**
6304
6545
  * Serializes information the current object
6546
+ * @param FilePlanCitation The instance to serialize from.
6547
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6305
6548
  * @param writer Serialization writer to use to serialize this model
6306
6549
  */
6307
- export declare function serializeFilePlanCitation(writer: SerializationWriter, filePlanCitation?: Partial<FilePlanCitation> | undefined | null): void;
6550
+ export declare function serializeFilePlanCitation(writer: SerializationWriter, filePlanCitation?: Partial<FilePlanCitation> | undefined | null, isSerializingDerivedType?: boolean): void;
6308
6551
  /**
6309
6552
  * Serializes information the current object
6553
+ * @param FilePlanDepartment The instance to serialize from.
6554
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6310
6555
  * @param writer Serialization writer to use to serialize this model
6311
6556
  */
6312
- export declare function serializeFilePlanDepartment(writer: SerializationWriter, filePlanDepartment?: Partial<FilePlanDepartment> | undefined | null): void;
6557
+ export declare function serializeFilePlanDepartment(writer: SerializationWriter, filePlanDepartment?: Partial<FilePlanDepartment> | undefined | null, isSerializingDerivedType?: boolean): void;
6313
6558
  /**
6314
6559
  * Serializes information the current object
6560
+ * @param FilePlanDescriptor The instance to serialize from.
6561
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6315
6562
  * @param writer Serialization writer to use to serialize this model
6316
6563
  */
6317
- export declare function serializeFilePlanDescriptor(writer: SerializationWriter, filePlanDescriptor?: Partial<FilePlanDescriptor> | undefined | null): void;
6564
+ export declare function serializeFilePlanDescriptor(writer: SerializationWriter, filePlanDescriptor?: Partial<FilePlanDescriptor> | undefined | null, isSerializingDerivedType?: boolean): void;
6318
6565
  /**
6319
6566
  * Serializes information the current object
6567
+ * @param FilePlanDescriptorBase The instance to serialize from.
6568
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6320
6569
  * @param writer Serialization writer to use to serialize this model
6321
6570
  */
6322
- export declare function serializeFilePlanDescriptorBase(writer: SerializationWriter, filePlanDescriptorBase?: Partial<FilePlanDescriptorBase> | undefined | null): void;
6571
+ export declare function serializeFilePlanDescriptorBase(writer: SerializationWriter, filePlanDescriptorBase?: Partial<FilePlanDescriptorBase> | undefined | null, isSerializingDerivedType?: boolean): void;
6323
6572
  /**
6324
6573
  * Serializes information the current object
6574
+ * @param FilePlanDescriptorTemplate The instance to serialize from.
6575
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6325
6576
  * @param writer Serialization writer to use to serialize this model
6326
6577
  */
6327
- export declare function serializeFilePlanDescriptorTemplate(writer: SerializationWriter, filePlanDescriptorTemplate?: Partial<FilePlanDescriptorTemplate> | undefined | null): void;
6578
+ export declare function serializeFilePlanDescriptorTemplate(writer: SerializationWriter, filePlanDescriptorTemplate?: Partial<FilePlanDescriptorTemplate> | undefined | null, isSerializingDerivedType?: boolean): void;
6328
6579
  /**
6329
6580
  * Serializes information the current object
6581
+ * @param FilePlanReference The instance to serialize from.
6582
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6330
6583
  * @param writer Serialization writer to use to serialize this model
6331
6584
  */
6332
- export declare function serializeFilePlanReference(writer: SerializationWriter, filePlanReference?: Partial<FilePlanReference> | undefined | null): void;
6585
+ export declare function serializeFilePlanReference(writer: SerializationWriter, filePlanReference?: Partial<FilePlanReference> | undefined | null, isSerializingDerivedType?: boolean): void;
6333
6586
  /**
6334
6587
  * Serializes information the current object
6588
+ * @param FilePlanReferenceTemplate The instance to serialize from.
6589
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6335
6590
  * @param writer Serialization writer to use to serialize this model
6336
6591
  */
6337
- export declare function serializeFilePlanReferenceTemplate(writer: SerializationWriter, filePlanReferenceTemplate?: Partial<FilePlanReferenceTemplate> | undefined | null): void;
6592
+ export declare function serializeFilePlanReferenceTemplate(writer: SerializationWriter, filePlanReferenceTemplate?: Partial<FilePlanReferenceTemplate> | undefined | null, isSerializingDerivedType?: boolean): void;
6338
6593
  /**
6339
6594
  * Serializes information the current object
6595
+ * @param FilePlanReferenceTemplateCollectionResponse The instance to serialize from.
6596
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6340
6597
  * @param writer Serialization writer to use to serialize this model
6341
6598
  */
6342
- export declare function serializeFilePlanReferenceTemplateCollectionResponse(writer: SerializationWriter, filePlanReferenceTemplateCollectionResponse?: Partial<FilePlanReferenceTemplateCollectionResponse> | undefined | null): void;
6599
+ export declare function serializeFilePlanReferenceTemplateCollectionResponse(writer: SerializationWriter, filePlanReferenceTemplateCollectionResponse?: Partial<FilePlanReferenceTemplateCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6343
6600
  /**
6344
6601
  * Serializes information the current object
6602
+ * @param FilePlanSubcategory The instance to serialize from.
6603
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6345
6604
  * @param writer Serialization writer to use to serialize this model
6346
6605
  */
6347
- export declare function serializeFilePlanSubcategory(writer: SerializationWriter, filePlanSubcategory?: Partial<FilePlanSubcategory> | undefined | null): void;
6606
+ export declare function serializeFilePlanSubcategory(writer: SerializationWriter, filePlanSubcategory?: Partial<FilePlanSubcategory> | undefined | null, isSerializingDerivedType?: boolean): void;
6348
6607
  /**
6349
6608
  * Serializes information the current object
6609
+ * @param FormattedContent The instance to serialize from.
6610
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6350
6611
  * @param writer Serialization writer to use to serialize this model
6351
6612
  */
6352
- export declare function serializeFormattedContent(writer: SerializationWriter, formattedContent?: Partial<FormattedContent> | undefined | null): void;
6613
+ export declare function serializeFormattedContent(writer: SerializationWriter, formattedContent?: Partial<FormattedContent> | undefined | null, isSerializingDerivedType?: boolean): void;
6353
6614
  /**
6354
6615
  * Serializes information the current object
6616
+ * @param GeoLocation The instance to serialize from.
6617
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6355
6618
  * @param writer Serialization writer to use to serialize this model
6356
6619
  */
6357
- export declare function serializeGeoLocation(writer: SerializationWriter, geoLocation?: Partial<GeoLocation> | undefined | null): void;
6620
+ export declare function serializeGeoLocation(writer: SerializationWriter, geoLocation?: Partial<GeoLocation> | undefined | null, isSerializingDerivedType?: boolean): void;
6358
6621
  /**
6359
6622
  * Serializes information the current object
6623
+ * @param GitHubOrganizationEvidence The instance to serialize from.
6624
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6360
6625
  * @param writer Serialization writer to use to serialize this model
6361
6626
  */
6362
- export declare function serializeGitHubOrganizationEvidence(writer: SerializationWriter, gitHubOrganizationEvidence?: Partial<GitHubOrganizationEvidence> | undefined | null): void;
6627
+ export declare function serializeGitHubOrganizationEvidence(writer: SerializationWriter, gitHubOrganizationEvidence?: Partial<GitHubOrganizationEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6363
6628
  /**
6364
6629
  * Serializes information the current object
6630
+ * @param GitHubRepoEvidence The instance to serialize from.
6631
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6365
6632
  * @param writer Serialization writer to use to serialize this model
6366
6633
  */
6367
- export declare function serializeGitHubRepoEvidence(writer: SerializationWriter, gitHubRepoEvidence?: Partial<GitHubRepoEvidence> | undefined | null): void;
6634
+ export declare function serializeGitHubRepoEvidence(writer: SerializationWriter, gitHubRepoEvidence?: Partial<GitHubRepoEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6368
6635
  /**
6369
6636
  * Serializes information the current object
6637
+ * @param GitHubUserEvidence The instance to serialize from.
6638
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6370
6639
  * @param writer Serialization writer to use to serialize this model
6371
6640
  */
6372
- export declare function serializeGitHubUserEvidence(writer: SerializationWriter, gitHubUserEvidence?: Partial<GitHubUserEvidence> | undefined | null): void;
6641
+ export declare function serializeGitHubUserEvidence(writer: SerializationWriter, gitHubUserEvidence?: Partial<GitHubUserEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6373
6642
  /**
6374
6643
  * Serializes information the current object
6644
+ * @param GoogleCloudResourceEvidence The instance to serialize from.
6645
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6375
6646
  * @param writer Serialization writer to use to serialize this model
6376
6647
  */
6377
- export declare function serializeGoogleCloudResourceEvidence(writer: SerializationWriter, googleCloudResourceEvidence?: Partial<GoogleCloudResourceEvidence> | undefined | null): void;
6648
+ export declare function serializeGoogleCloudResourceEvidence(writer: SerializationWriter, googleCloudResourceEvidence?: Partial<GoogleCloudResourceEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6378
6649
  /**
6379
6650
  * Serializes information the current object
6651
+ * @param HealthIssue The instance to serialize from.
6652
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6380
6653
  * @param writer Serialization writer to use to serialize this model
6381
6654
  */
6382
- export declare function serializeHealthIssue(writer: SerializationWriter, healthIssue?: Partial<HealthIssue> | undefined | null): void;
6655
+ export declare function serializeHealthIssue(writer: SerializationWriter, healthIssue?: Partial<HealthIssue> | undefined | null, isSerializingDerivedType?: boolean): void;
6383
6656
  /**
6384
6657
  * Serializes information the current object
6658
+ * @param HealthIssueCollectionResponse The instance to serialize from.
6659
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6385
6660
  * @param writer Serialization writer to use to serialize this model
6386
6661
  */
6387
- export declare function serializeHealthIssueCollectionResponse(writer: SerializationWriter, healthIssueCollectionResponse?: Partial<HealthIssueCollectionResponse> | undefined | null): void;
6662
+ export declare function serializeHealthIssueCollectionResponse(writer: SerializationWriter, healthIssueCollectionResponse?: Partial<HealthIssueCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6388
6663
  /**
6389
6664
  * Serializes information the current object
6665
+ * @param Host The instance to serialize from.
6666
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6390
6667
  * @param writer Serialization writer to use to serialize this model
6391
6668
  */
6392
- export declare function serializeHost(writer: SerializationWriter, host?: Partial<Host> | undefined | null): void;
6669
+ export declare function serializeHost(writer: SerializationWriter, host?: Partial<Host> | undefined | null, isSerializingDerivedType?: boolean): void;
6393
6670
  /**
6394
6671
  * Serializes information the current object
6672
+ * @param HostCollectionResponse The instance to serialize from.
6673
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6395
6674
  * @param writer Serialization writer to use to serialize this model
6396
6675
  */
6397
- export declare function serializeHostCollectionResponse(writer: SerializationWriter, hostCollectionResponse?: Partial<HostCollectionResponse> | undefined | null): void;
6676
+ export declare function serializeHostCollectionResponse(writer: SerializationWriter, hostCollectionResponse?: Partial<HostCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6398
6677
  /**
6399
6678
  * Serializes information the current object
6679
+ * @param HostComponent The instance to serialize from.
6680
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6400
6681
  * @param writer Serialization writer to use to serialize this model
6401
6682
  */
6402
- export declare function serializeHostComponent(writer: SerializationWriter, hostComponent?: Partial<HostComponent> | undefined | null): void;
6683
+ export declare function serializeHostComponent(writer: SerializationWriter, hostComponent?: Partial<HostComponent> | undefined | null, isSerializingDerivedType?: boolean): void;
6403
6684
  /**
6404
6685
  * Serializes information the current object
6686
+ * @param HostComponentCollectionResponse The instance to serialize from.
6687
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6405
6688
  * @param writer Serialization writer to use to serialize this model
6406
6689
  */
6407
- export declare function serializeHostComponentCollectionResponse(writer: SerializationWriter, hostComponentCollectionResponse?: Partial<HostComponentCollectionResponse> | undefined | null): void;
6690
+ export declare function serializeHostComponentCollectionResponse(writer: SerializationWriter, hostComponentCollectionResponse?: Partial<HostComponentCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6408
6691
  /**
6409
6692
  * Serializes information the current object
6693
+ * @param HostCookie The instance to serialize from.
6694
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6410
6695
  * @param writer Serialization writer to use to serialize this model
6411
6696
  */
6412
- export declare function serializeHostCookie(writer: SerializationWriter, hostCookie?: Partial<HostCookie> | undefined | null): void;
6697
+ export declare function serializeHostCookie(writer: SerializationWriter, hostCookie?: Partial<HostCookie> | undefined | null, isSerializingDerivedType?: boolean): void;
6413
6698
  /**
6414
6699
  * Serializes information the current object
6700
+ * @param HostCookieCollectionResponse The instance to serialize from.
6701
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6415
6702
  * @param writer Serialization writer to use to serialize this model
6416
6703
  */
6417
- export declare function serializeHostCookieCollectionResponse(writer: SerializationWriter, hostCookieCollectionResponse?: Partial<HostCookieCollectionResponse> | undefined | null): void;
6704
+ export declare function serializeHostCookieCollectionResponse(writer: SerializationWriter, hostCookieCollectionResponse?: Partial<HostCookieCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6418
6705
  /**
6419
6706
  * Serializes information the current object
6707
+ * @param HostLogonSessionEvidence The instance to serialize from.
6708
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6420
6709
  * @param writer Serialization writer to use to serialize this model
6421
6710
  */
6422
- export declare function serializeHostLogonSessionEvidence(writer: SerializationWriter, hostLogonSessionEvidence?: Partial<HostLogonSessionEvidence> | undefined | null): void;
6711
+ export declare function serializeHostLogonSessionEvidence(writer: SerializationWriter, hostLogonSessionEvidence?: Partial<HostLogonSessionEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6423
6712
  /**
6424
6713
  * Serializes information the current object
6714
+ * @param Hostname The instance to serialize from.
6715
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6425
6716
  * @param writer Serialization writer to use to serialize this model
6426
6717
  */
6427
- export declare function serializeHostname(writer: SerializationWriter, hostname?: Partial<Hostname> | undefined | null): void;
6718
+ export declare function serializeHostname(writer: SerializationWriter, hostname?: Partial<Hostname> | undefined | null, isSerializingDerivedType?: boolean): void;
6428
6719
  /**
6429
6720
  * Serializes information the current object
6721
+ * @param HostPair The instance to serialize from.
6722
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6430
6723
  * @param writer Serialization writer to use to serialize this model
6431
6724
  */
6432
- export declare function serializeHostPair(writer: SerializationWriter, hostPair?: Partial<HostPair> | undefined | null): void;
6725
+ export declare function serializeHostPair(writer: SerializationWriter, hostPair?: Partial<HostPair> | undefined | null, isSerializingDerivedType?: boolean): void;
6433
6726
  /**
6434
6727
  * Serializes information the current object
6728
+ * @param HostPairCollectionResponse The instance to serialize from.
6729
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6435
6730
  * @param writer Serialization writer to use to serialize this model
6436
6731
  */
6437
- export declare function serializeHostPairCollectionResponse(writer: SerializationWriter, hostPairCollectionResponse?: Partial<HostPairCollectionResponse> | undefined | null): void;
6732
+ export declare function serializeHostPairCollectionResponse(writer: SerializationWriter, hostPairCollectionResponse?: Partial<HostPairCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6438
6733
  /**
6439
6734
  * Serializes information the current object
6735
+ * @param HostPort The instance to serialize from.
6736
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6440
6737
  * @param writer Serialization writer to use to serialize this model
6441
6738
  */
6442
- export declare function serializeHostPort(writer: SerializationWriter, hostPort?: Partial<HostPort> | undefined | null): void;
6739
+ export declare function serializeHostPort(writer: SerializationWriter, hostPort?: Partial<HostPort> | undefined | null, isSerializingDerivedType?: boolean): void;
6443
6740
  /**
6444
6741
  * Serializes information the current object
6742
+ * @param HostPortBanner The instance to serialize from.
6743
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6445
6744
  * @param writer Serialization writer to use to serialize this model
6446
6745
  */
6447
- export declare function serializeHostPortBanner(writer: SerializationWriter, hostPortBanner?: Partial<HostPortBanner> | undefined | null): void;
6746
+ export declare function serializeHostPortBanner(writer: SerializationWriter, hostPortBanner?: Partial<HostPortBanner> | undefined | null, isSerializingDerivedType?: boolean): void;
6448
6747
  /**
6449
6748
  * Serializes information the current object
6749
+ * @param HostPortCollectionResponse The instance to serialize from.
6750
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6450
6751
  * @param writer Serialization writer to use to serialize this model
6451
6752
  */
6452
- export declare function serializeHostPortCollectionResponse(writer: SerializationWriter, hostPortCollectionResponse?: Partial<HostPortCollectionResponse> | undefined | null): void;
6753
+ export declare function serializeHostPortCollectionResponse(writer: SerializationWriter, hostPortCollectionResponse?: Partial<HostPortCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6453
6754
  /**
6454
6755
  * Serializes information the current object
6756
+ * @param HostPortComponent The instance to serialize from.
6757
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6455
6758
  * @param writer Serialization writer to use to serialize this model
6456
6759
  */
6457
- export declare function serializeHostPortComponent(writer: SerializationWriter, hostPortComponent?: Partial<HostPortComponent> | undefined | null): void;
6760
+ export declare function serializeHostPortComponent(writer: SerializationWriter, hostPortComponent?: Partial<HostPortComponent> | undefined | null, isSerializingDerivedType?: boolean): void;
6458
6761
  /**
6459
6762
  * Serializes information the current object
6763
+ * @param HostReputation The instance to serialize from.
6764
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6460
6765
  * @param writer Serialization writer to use to serialize this model
6461
6766
  */
6462
- export declare function serializeHostReputation(writer: SerializationWriter, hostReputation?: Partial<HostReputation> | undefined | null): void;
6767
+ export declare function serializeHostReputation(writer: SerializationWriter, hostReputation?: Partial<HostReputation> | undefined | null, isSerializingDerivedType?: boolean): void;
6463
6768
  /**
6464
6769
  * Serializes information the current object
6770
+ * @param HostReputationRule The instance to serialize from.
6771
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6465
6772
  * @param writer Serialization writer to use to serialize this model
6466
6773
  */
6467
- export declare function serializeHostReputationRule(writer: SerializationWriter, hostReputationRule?: Partial<HostReputationRule> | undefined | null): void;
6774
+ export declare function serializeHostReputationRule(writer: SerializationWriter, hostReputationRule?: Partial<HostReputationRule> | undefined | null, isSerializingDerivedType?: boolean): void;
6468
6775
  /**
6469
6776
  * Serializes information the current object
6777
+ * @param HostSslCertificate The instance to serialize from.
6778
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6470
6779
  * @param writer Serialization writer to use to serialize this model
6471
6780
  */
6472
- export declare function serializeHostSslCertificate(writer: SerializationWriter, hostSslCertificate?: Partial<HostSslCertificate> | undefined | null): void;
6781
+ export declare function serializeHostSslCertificate(writer: SerializationWriter, hostSslCertificate?: Partial<HostSslCertificate> | undefined | null, isSerializingDerivedType?: boolean): void;
6473
6782
  /**
6474
6783
  * Serializes information the current object
6784
+ * @param HostSslCertificateCollectionResponse The instance to serialize from.
6785
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6475
6786
  * @param writer Serialization writer to use to serialize this model
6476
6787
  */
6477
- export declare function serializeHostSslCertificateCollectionResponse(writer: SerializationWriter, hostSslCertificateCollectionResponse?: Partial<HostSslCertificateCollectionResponse> | undefined | null): void;
6788
+ export declare function serializeHostSslCertificateCollectionResponse(writer: SerializationWriter, hostSslCertificateCollectionResponse?: Partial<HostSslCertificateCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6478
6789
  /**
6479
6790
  * Serializes information the current object
6791
+ * @param HostSslCertificatePort The instance to serialize from.
6792
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6480
6793
  * @param writer Serialization writer to use to serialize this model
6481
6794
  */
6482
- export declare function serializeHostSslCertificatePort(writer: SerializationWriter, hostSslCertificatePort?: Partial<HostSslCertificatePort> | undefined | null): void;
6795
+ export declare function serializeHostSslCertificatePort(writer: SerializationWriter, hostSslCertificatePort?: Partial<HostSslCertificatePort> | undefined | null, isSerializingDerivedType?: boolean): void;
6483
6796
  /**
6484
6797
  * Serializes information the current object
6798
+ * @param HostTracker The instance to serialize from.
6799
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6485
6800
  * @param writer Serialization writer to use to serialize this model
6486
6801
  */
6487
- export declare function serializeHostTracker(writer: SerializationWriter, hostTracker?: Partial<HostTracker> | undefined | null): void;
6802
+ export declare function serializeHostTracker(writer: SerializationWriter, hostTracker?: Partial<HostTracker> | undefined | null, isSerializingDerivedType?: boolean): void;
6488
6803
  /**
6489
6804
  * Serializes information the current object
6805
+ * @param HostTrackerCollectionResponse The instance to serialize from.
6806
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6490
6807
  * @param writer Serialization writer to use to serialize this model
6491
6808
  */
6492
- export declare function serializeHostTrackerCollectionResponse(writer: SerializationWriter, hostTrackerCollectionResponse?: Partial<HostTrackerCollectionResponse> | undefined | null): void;
6809
+ export declare function serializeHostTrackerCollectionResponse(writer: SerializationWriter, hostTrackerCollectionResponse?: Partial<HostTrackerCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6493
6810
  /**
6494
6811
  * Serializes information the current object
6812
+ * @param HuntingQueryResults The instance to serialize from.
6813
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6495
6814
  * @param writer Serialization writer to use to serialize this model
6496
6815
  */
6497
- export declare function serializeHuntingQueryResults(writer: SerializationWriter, huntingQueryResults?: Partial<HuntingQueryResults> | undefined | null): void;
6816
+ export declare function serializeHuntingQueryResults(writer: SerializationWriter, huntingQueryResults?: Partial<HuntingQueryResults> | undefined | null, isSerializingDerivedType?: boolean): void;
6498
6817
  /**
6499
6818
  * Serializes information the current object
6819
+ * @param HuntingRowResult The instance to serialize from.
6820
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6500
6821
  * @param writer Serialization writer to use to serialize this model
6501
6822
  */
6502
- export declare function serializeHuntingRowResult(writer: SerializationWriter, huntingRowResult?: Partial<HuntingRowResult> | undefined | null): void;
6823
+ export declare function serializeHuntingRowResult(writer: SerializationWriter, huntingRowResult?: Partial<HuntingRowResult> | undefined | null, isSerializingDerivedType?: boolean): void;
6503
6824
  /**
6504
6825
  * Serializes information the current object
6826
+ * @param Hyperlink The instance to serialize from.
6827
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6505
6828
  * @param writer Serialization writer to use to serialize this model
6506
6829
  */
6507
- export declare function serializeHyperlink(writer: SerializationWriter, hyperlink?: Partial<Hyperlink> | undefined | null): void;
6830
+ export declare function serializeHyperlink(writer: SerializationWriter, hyperlink?: Partial<Hyperlink> | undefined | null, isSerializingDerivedType?: boolean): void;
6508
6831
  /**
6509
6832
  * Serializes information the current object
6833
+ * @param IdentityContainer The instance to serialize from.
6834
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6510
6835
  * @param writer Serialization writer to use to serialize this model
6511
6836
  */
6512
- export declare function serializeIdentityContainer(writer: SerializationWriter, identityContainer?: Partial<IdentityContainer> | undefined | null): void;
6837
+ export declare function serializeIdentityContainer(writer: SerializationWriter, identityContainer?: Partial<IdentityContainer> | undefined | null, isSerializingDerivedType?: boolean): void;
6513
6838
  /**
6514
6839
  * Serializes information the current object
6840
+ * @param Incident The instance to serialize from.
6841
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6515
6842
  * @param writer Serialization writer to use to serialize this model
6516
6843
  */
6517
- export declare function serializeIncident(writer: SerializationWriter, incident?: Partial<Incident> | undefined | null): void;
6844
+ export declare function serializeIncident(writer: SerializationWriter, incident?: Partial<Incident> | undefined | null, isSerializingDerivedType?: boolean): void;
6518
6845
  /**
6519
6846
  * Serializes information the current object
6847
+ * @param IncidentCollectionResponse The instance to serialize from.
6848
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6520
6849
  * @param writer Serialization writer to use to serialize this model
6521
6850
  */
6522
- export declare function serializeIncidentCollectionResponse(writer: SerializationWriter, incidentCollectionResponse?: Partial<IncidentCollectionResponse> | undefined | null): void;
6851
+ export declare function serializeIncidentCollectionResponse(writer: SerializationWriter, incidentCollectionResponse?: Partial<IncidentCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6523
6852
  /**
6524
6853
  * Serializes information the current object
6854
+ * @param Indicator The instance to serialize from.
6855
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6525
6856
  * @param writer Serialization writer to use to serialize this model
6526
6857
  */
6527
- export declare function serializeIndicator(writer: SerializationWriter, indicator?: Partial<Indicator> | undefined | null): void;
6858
+ export declare function serializeIndicator(writer: SerializationWriter, indicator?: Partial<Indicator> | undefined | null, isSerializingDerivedType?: boolean): void;
6528
6859
  /**
6529
6860
  * Serializes information the current object
6861
+ * @param IntelligenceProfile The instance to serialize from.
6862
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6530
6863
  * @param writer Serialization writer to use to serialize this model
6531
6864
  */
6532
- export declare function serializeIntelligenceProfile(writer: SerializationWriter, intelligenceProfile?: Partial<IntelligenceProfile> | undefined | null): void;
6865
+ export declare function serializeIntelligenceProfile(writer: SerializationWriter, intelligenceProfile?: Partial<IntelligenceProfile> | undefined | null, isSerializingDerivedType?: boolean): void;
6533
6866
  /**
6534
6867
  * Serializes information the current object
6868
+ * @param IntelligenceProfileCollectionResponse The instance to serialize from.
6869
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6535
6870
  * @param writer Serialization writer to use to serialize this model
6536
6871
  */
6537
- export declare function serializeIntelligenceProfileCollectionResponse(writer: SerializationWriter, intelligenceProfileCollectionResponse?: Partial<IntelligenceProfileCollectionResponse> | undefined | null): void;
6872
+ export declare function serializeIntelligenceProfileCollectionResponse(writer: SerializationWriter, intelligenceProfileCollectionResponse?: Partial<IntelligenceProfileCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6538
6873
  /**
6539
6874
  * Serializes information the current object
6875
+ * @param IntelligenceProfileCountryOrRegionOfOrigin The instance to serialize from.
6876
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6540
6877
  * @param writer Serialization writer to use to serialize this model
6541
6878
  */
6542
- export declare function serializeIntelligenceProfileCountryOrRegionOfOrigin(writer: SerializationWriter, intelligenceProfileCountryOrRegionOfOrigin?: Partial<IntelligenceProfileCountryOrRegionOfOrigin> | undefined | null): void;
6879
+ export declare function serializeIntelligenceProfileCountryOrRegionOfOrigin(writer: SerializationWriter, intelligenceProfileCountryOrRegionOfOrigin?: Partial<IntelligenceProfileCountryOrRegionOfOrigin> | undefined | null, isSerializingDerivedType?: boolean): void;
6543
6880
  /**
6544
6881
  * Serializes information the current object
6882
+ * @param IntelligenceProfileIndicator The instance to serialize from.
6883
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6545
6884
  * @param writer Serialization writer to use to serialize this model
6546
6885
  */
6547
- export declare function serializeIntelligenceProfileIndicator(writer: SerializationWriter, intelligenceProfileIndicator?: Partial<IntelligenceProfileIndicator> | undefined | null): void;
6886
+ export declare function serializeIntelligenceProfileIndicator(writer: SerializationWriter, intelligenceProfileIndicator?: Partial<IntelligenceProfileIndicator> | undefined | null, isSerializingDerivedType?: boolean): void;
6548
6887
  /**
6549
6888
  * Serializes information the current object
6889
+ * @param IntelligenceProfileIndicatorCollectionResponse The instance to serialize from.
6890
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6550
6891
  * @param writer Serialization writer to use to serialize this model
6551
6892
  */
6552
- export declare function serializeIntelligenceProfileIndicatorCollectionResponse(writer: SerializationWriter, intelligenceProfileIndicatorCollectionResponse?: Partial<IntelligenceProfileIndicatorCollectionResponse> | undefined | null): void;
6893
+ export declare function serializeIntelligenceProfileIndicatorCollectionResponse(writer: SerializationWriter, intelligenceProfileIndicatorCollectionResponse?: Partial<IntelligenceProfileIndicatorCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6553
6894
  /**
6554
6895
  * Serializes information the current object
6896
+ * @param IoTDeviceEvidence The instance to serialize from.
6897
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6555
6898
  * @param writer Serialization writer to use to serialize this model
6556
6899
  */
6557
- export declare function serializeIoTDeviceEvidence(writer: SerializationWriter, ioTDeviceEvidence?: Partial<IoTDeviceEvidence> | undefined | null): void;
6900
+ export declare function serializeIoTDeviceEvidence(writer: SerializationWriter, ioTDeviceEvidence?: Partial<IoTDeviceEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6558
6901
  /**
6559
6902
  * Serializes information the current object
6903
+ * @param IpAddress The instance to serialize from.
6904
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6560
6905
  * @param writer Serialization writer to use to serialize this model
6561
6906
  */
6562
- export declare function serializeIpAddress(writer: SerializationWriter, ipAddress?: Partial<IpAddress> | undefined | null): void;
6907
+ export declare function serializeIpAddress(writer: SerializationWriter, ipAddress?: Partial<IpAddress> | undefined | null, isSerializingDerivedType?: boolean): void;
6563
6908
  /**
6564
6909
  * Serializes information the current object
6910
+ * @param IpEvidence The instance to serialize from.
6911
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6565
6912
  * @param writer Serialization writer to use to serialize this model
6566
6913
  */
6567
- export declare function serializeIpEvidence(writer: SerializationWriter, ipEvidence?: Partial<IpEvidence> | undefined | null): void;
6914
+ export declare function serializeIpEvidence(writer: SerializationWriter, ipEvidence?: Partial<IpEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6568
6915
  /**
6569
6916
  * Serializes information the current object
6917
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6918
+ * @param KubernetesClusterEvidence The instance to serialize from.
6570
6919
  * @param writer Serialization writer to use to serialize this model
6571
6920
  */
6572
- export declare function serializeKubernetesClusterEvidence(writer: SerializationWriter, kubernetesClusterEvidence?: Partial<KubernetesClusterEvidence> | undefined | null): void;
6921
+ export declare function serializeKubernetesClusterEvidence(writer: SerializationWriter, kubernetesClusterEvidence?: Partial<KubernetesClusterEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6573
6922
  /**
6574
6923
  * Serializes information the current object
6924
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6925
+ * @param KubernetesControllerEvidence The instance to serialize from.
6575
6926
  * @param writer Serialization writer to use to serialize this model
6576
6927
  */
6577
- export declare function serializeKubernetesControllerEvidence(writer: SerializationWriter, kubernetesControllerEvidence?: Partial<KubernetesControllerEvidence> | undefined | null): void;
6928
+ export declare function serializeKubernetesControllerEvidence(writer: SerializationWriter, kubernetesControllerEvidence?: Partial<KubernetesControllerEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6578
6929
  /**
6579
6930
  * Serializes information the current object
6931
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6932
+ * @param KubernetesNamespaceEvidence The instance to serialize from.
6580
6933
  * @param writer Serialization writer to use to serialize this model
6581
6934
  */
6582
- export declare function serializeKubernetesNamespaceEvidence(writer: SerializationWriter, kubernetesNamespaceEvidence?: Partial<KubernetesNamespaceEvidence> | undefined | null): void;
6935
+ export declare function serializeKubernetesNamespaceEvidence(writer: SerializationWriter, kubernetesNamespaceEvidence?: Partial<KubernetesNamespaceEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6583
6936
  /**
6584
6937
  * Serializes information the current object
6938
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6939
+ * @param KubernetesPodEvidence The instance to serialize from.
6585
6940
  * @param writer Serialization writer to use to serialize this model
6586
6941
  */
6587
- export declare function serializeKubernetesPodEvidence(writer: SerializationWriter, kubernetesPodEvidence?: Partial<KubernetesPodEvidence> | undefined | null): void;
6942
+ export declare function serializeKubernetesPodEvidence(writer: SerializationWriter, kubernetesPodEvidence?: Partial<KubernetesPodEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6588
6943
  /**
6589
6944
  * Serializes information the current object
6945
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6946
+ * @param KubernetesSecretEvidence The instance to serialize from.
6590
6947
  * @param writer Serialization writer to use to serialize this model
6591
6948
  */
6592
- export declare function serializeKubernetesSecretEvidence(writer: SerializationWriter, kubernetesSecretEvidence?: Partial<KubernetesSecretEvidence> | undefined | null): void;
6949
+ export declare function serializeKubernetesSecretEvidence(writer: SerializationWriter, kubernetesSecretEvidence?: Partial<KubernetesSecretEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6593
6950
  /**
6594
6951
  * Serializes information the current object
6952
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6953
+ * @param KubernetesServiceAccountEvidence The instance to serialize from.
6595
6954
  * @param writer Serialization writer to use to serialize this model
6596
6955
  */
6597
- export declare function serializeKubernetesServiceAccountEvidence(writer: SerializationWriter, kubernetesServiceAccountEvidence?: Partial<KubernetesServiceAccountEvidence> | undefined | null): void;
6956
+ export declare function serializeKubernetesServiceAccountEvidence(writer: SerializationWriter, kubernetesServiceAccountEvidence?: Partial<KubernetesServiceAccountEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6598
6957
  /**
6599
6958
  * Serializes information the current object
6959
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6960
+ * @param KubernetesServiceEvidence The instance to serialize from.
6600
6961
  * @param writer Serialization writer to use to serialize this model
6601
6962
  */
6602
- export declare function serializeKubernetesServiceEvidence(writer: SerializationWriter, kubernetesServiceEvidence?: Partial<KubernetesServiceEvidence> | undefined | null): void;
6963
+ export declare function serializeKubernetesServiceEvidence(writer: SerializationWriter, kubernetesServiceEvidence?: Partial<KubernetesServiceEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6603
6964
  /**
6604
6965
  * Serializes information the current object
6966
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6967
+ * @param KubernetesServicePort The instance to serialize from.
6605
6968
  * @param writer Serialization writer to use to serialize this model
6606
6969
  */
6607
- export declare function serializeKubernetesServicePort(writer: SerializationWriter, kubernetesServicePort?: Partial<KubernetesServicePort> | undefined | null): void;
6970
+ export declare function serializeKubernetesServicePort(writer: SerializationWriter, kubernetesServicePort?: Partial<KubernetesServicePort> | undefined | null, isSerializingDerivedType?: boolean): void;
6608
6971
  /**
6609
6972
  * Serializes information the current object
6973
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6974
+ * @param LabelsRoot The instance to serialize from.
6610
6975
  * @param writer Serialization writer to use to serialize this model
6611
6976
  */
6612
- export declare function serializeLabelsRoot(writer: SerializationWriter, labelsRoot?: Partial<LabelsRoot> | undefined | null): void;
6977
+ export declare function serializeLabelsRoot(writer: SerializationWriter, labelsRoot?: Partial<LabelsRoot> | undefined | null, isSerializingDerivedType?: boolean): void;
6613
6978
  /**
6614
6979
  * Serializes information the current object
6980
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6981
+ * @param LoggedOnUser The instance to serialize from.
6615
6982
  * @param writer Serialization writer to use to serialize this model
6616
6983
  */
6617
- export declare function serializeLoggedOnUser(writer: SerializationWriter, loggedOnUser?: Partial<LoggedOnUser> | undefined | null): void;
6984
+ export declare function serializeLoggedOnUser(writer: SerializationWriter, loggedOnUser?: Partial<LoggedOnUser> | undefined | null, isSerializingDerivedType?: boolean): void;
6618
6985
  /**
6619
6986
  * Serializes information the current object
6987
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6988
+ * @param MailboxConfigurationEvidence The instance to serialize from.
6620
6989
  * @param writer Serialization writer to use to serialize this model
6621
6990
  */
6622
- export declare function serializeMailboxConfigurationEvidence(writer: SerializationWriter, mailboxConfigurationEvidence?: Partial<MailboxConfigurationEvidence> | undefined | null): void;
6991
+ export declare function serializeMailboxConfigurationEvidence(writer: SerializationWriter, mailboxConfigurationEvidence?: Partial<MailboxConfigurationEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6623
6992
  /**
6624
6993
  * Serializes information the current object
6994
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
6995
+ * @param MailboxEvidence The instance to serialize from.
6625
6996
  * @param writer Serialization writer to use to serialize this model
6626
6997
  */
6627
- export declare function serializeMailboxEvidence(writer: SerializationWriter, mailboxEvidence?: Partial<MailboxEvidence> | undefined | null): void;
6998
+ export declare function serializeMailboxEvidence(writer: SerializationWriter, mailboxEvidence?: Partial<MailboxEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6628
6999
  /**
6629
7000
  * Serializes information the current object
7001
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7002
+ * @param MailClusterEvidence The instance to serialize from.
6630
7003
  * @param writer Serialization writer to use to serialize this model
6631
7004
  */
6632
- export declare function serializeMailClusterEvidence(writer: SerializationWriter, mailClusterEvidence?: Partial<MailClusterEvidence> | undefined | null): void;
7005
+ export declare function serializeMailClusterEvidence(writer: SerializationWriter, mailClusterEvidence?: Partial<MailClusterEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6633
7006
  /**
6634
7007
  * Serializes information the current object
7008
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7009
+ * @param MalwareEvidence The instance to serialize from.
6635
7010
  * @param writer Serialization writer to use to serialize this model
6636
7011
  */
6637
- export declare function serializeMalwareEvidence(writer: SerializationWriter, malwareEvidence?: Partial<MalwareEvidence> | undefined | null): void;
7012
+ export declare function serializeMalwareEvidence(writer: SerializationWriter, malwareEvidence?: Partial<MalwareEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6638
7013
  /**
6639
7014
  * Serializes information the current object
7015
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7016
+ * @param NetworkAdapter The instance to serialize from.
6640
7017
  * @param writer Serialization writer to use to serialize this model
6641
7018
  */
6642
- export declare function serializeNetworkAdapter(writer: SerializationWriter, networkAdapter?: Partial<NetworkAdapter> | undefined | null): void;
7019
+ export declare function serializeNetworkAdapter(writer: SerializationWriter, networkAdapter?: Partial<NetworkAdapter> | undefined | null, isSerializingDerivedType?: boolean): void;
6643
7020
  /**
6644
7021
  * Serializes information the current object
7022
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7023
+ * @param NetworkConnectionEvidence The instance to serialize from.
6645
7024
  * @param writer Serialization writer to use to serialize this model
6646
7025
  */
6647
- export declare function serializeNetworkConnectionEvidence(writer: SerializationWriter, networkConnectionEvidence?: Partial<NetworkConnectionEvidence> | undefined | null): void;
7026
+ export declare function serializeNetworkConnectionEvidence(writer: SerializationWriter, networkConnectionEvidence?: Partial<NetworkConnectionEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6648
7027
  /**
6649
7028
  * Serializes information the current object
7029
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7030
+ * @param NicEvidence The instance to serialize from.
6650
7031
  * @param writer Serialization writer to use to serialize this model
6651
7032
  */
6652
- export declare function serializeNicEvidence(writer: SerializationWriter, nicEvidence?: Partial<NicEvidence> | undefined | null): void;
7033
+ export declare function serializeNicEvidence(writer: SerializationWriter, nicEvidence?: Partial<NicEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6653
7034
  /**
6654
7035
  * Serializes information the current object
7036
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7037
+ * @param OauthApplicationEvidence The instance to serialize from.
6655
7038
  * @param writer Serialization writer to use to serialize this model
6656
7039
  */
6657
- export declare function serializeOauthApplicationEvidence(writer: SerializationWriter, oauthApplicationEvidence?: Partial<OauthApplicationEvidence> | undefined | null): void;
7040
+ export declare function serializeOauthApplicationEvidence(writer: SerializationWriter, oauthApplicationEvidence?: Partial<OauthApplicationEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6658
7041
  /**
6659
7042
  * Serializes information the current object
7043
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7044
+ * @param OcrSettings The instance to serialize from.
6660
7045
  * @param writer Serialization writer to use to serialize this model
6661
7046
  */
6662
- export declare function serializeOcrSettings(writer: SerializationWriter, ocrSettings?: Partial<OcrSettings> | undefined | null): void;
7047
+ export declare function serializeOcrSettings(writer: SerializationWriter, ocrSettings?: Partial<OcrSettings> | undefined | null, isSerializingDerivedType?: boolean): void;
6663
7048
  /**
6664
7049
  * Serializes information the current object
7050
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7051
+ * @param PassiveDnsRecord The instance to serialize from.
6665
7052
  * @param writer Serialization writer to use to serialize this model
6666
7053
  */
6667
- export declare function serializePassiveDnsRecord(writer: SerializationWriter, passiveDnsRecord?: Partial<PassiveDnsRecord> | undefined | null): void;
7054
+ export declare function serializePassiveDnsRecord(writer: SerializationWriter, passiveDnsRecord?: Partial<PassiveDnsRecord> | undefined | null, isSerializingDerivedType?: boolean): void;
6668
7055
  /**
6669
7056
  * Serializes information the current object
7057
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7058
+ * @param PassiveDnsRecordCollectionResponse The instance to serialize from.
6670
7059
  * @param writer Serialization writer to use to serialize this model
6671
7060
  */
6672
- export declare function serializePassiveDnsRecordCollectionResponse(writer: SerializationWriter, passiveDnsRecordCollectionResponse?: Partial<PassiveDnsRecordCollectionResponse> | undefined | null): void;
7061
+ export declare function serializePassiveDnsRecordCollectionResponse(writer: SerializationWriter, passiveDnsRecordCollectionResponse?: Partial<PassiveDnsRecordCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6673
7062
  /**
6674
7063
  * Serializes information the current object
7064
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7065
+ * @param ProcessEvidence The instance to serialize from.
6675
7066
  * @param writer Serialization writer to use to serialize this model
6676
7067
  */
6677
- export declare function serializeProcessEvidence(writer: SerializationWriter, processEvidence?: Partial<ProcessEvidence> | undefined | null): void;
7068
+ export declare function serializeProcessEvidence(writer: SerializationWriter, processEvidence?: Partial<ProcessEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6678
7069
  /**
6679
7070
  * Serializes information the current object
7071
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7072
+ * @param RedundancyDetectionSettings The instance to serialize from.
6680
7073
  * @param writer Serialization writer to use to serialize this model
6681
7074
  */
6682
- export declare function serializeRedundancyDetectionSettings(writer: SerializationWriter, redundancyDetectionSettings?: Partial<RedundancyDetectionSettings> | undefined | null): void;
7075
+ export declare function serializeRedundancyDetectionSettings(writer: SerializationWriter, redundancyDetectionSettings?: Partial<RedundancyDetectionSettings> | undefined | null, isSerializingDerivedType?: boolean): void;
6683
7076
  /**
6684
7077
  * Serializes information the current object
7078
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7079
+ * @param RegistryKeyEvidence The instance to serialize from.
6685
7080
  * @param writer Serialization writer to use to serialize this model
6686
7081
  */
6687
- export declare function serializeRegistryKeyEvidence(writer: SerializationWriter, registryKeyEvidence?: Partial<RegistryKeyEvidence> | undefined | null): void;
7082
+ export declare function serializeRegistryKeyEvidence(writer: SerializationWriter, registryKeyEvidence?: Partial<RegistryKeyEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6688
7083
  /**
6689
7084
  * Serializes information the current object
7085
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7086
+ * @param RegistryValueEvidence The instance to serialize from.
6690
7087
  * @param writer Serialization writer to use to serialize this model
6691
7088
  */
6692
- export declare function serializeRegistryValueEvidence(writer: SerializationWriter, registryValueEvidence?: Partial<RegistryValueEvidence> | undefined | null): void;
7089
+ export declare function serializeRegistryValueEvidence(writer: SerializationWriter, registryValueEvidence?: Partial<RegistryValueEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6693
7090
  /**
6694
7091
  * Serializes information the current object
7092
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7093
+ * @param RetentionDuration The instance to serialize from.
6695
7094
  * @param writer Serialization writer to use to serialize this model
6696
7095
  */
6697
- export declare function serializeRetentionDuration(writer: SerializationWriter, retentionDuration?: Partial<RetentionDuration> | undefined | null): void;
7096
+ export declare function serializeRetentionDuration(writer: SerializationWriter, retentionDuration?: Partial<RetentionDuration> | undefined | null, isSerializingDerivedType?: boolean): void;
6698
7097
  /**
6699
7098
  * Serializes information the current object
7099
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7100
+ * @param RetentionDurationForever The instance to serialize from.
6700
7101
  * @param writer Serialization writer to use to serialize this model
6701
7102
  */
6702
- export declare function serializeRetentionDurationForever(writer: SerializationWriter, retentionDurationForever?: Partial<RetentionDurationForever> | undefined | null): void;
7103
+ export declare function serializeRetentionDurationForever(writer: SerializationWriter, retentionDurationForever?: Partial<RetentionDurationForever> | undefined | null, isSerializingDerivedType?: boolean): void;
6703
7104
  /**
6704
7105
  * Serializes information the current object
7106
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7107
+ * @param RetentionDurationInDays The instance to serialize from.
6705
7108
  * @param writer Serialization writer to use to serialize this model
6706
7109
  */
6707
- export declare function serializeRetentionDurationInDays(writer: SerializationWriter, retentionDurationInDays?: Partial<RetentionDurationInDays> | undefined | null): void;
7110
+ export declare function serializeRetentionDurationInDays(writer: SerializationWriter, retentionDurationInDays?: Partial<RetentionDurationInDays> | undefined | null, isSerializingDerivedType?: boolean): void;
6708
7111
  /**
6709
7112
  * Serializes information the current object
7113
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7114
+ * @param RetentionEvent The instance to serialize from.
6710
7115
  * @param writer Serialization writer to use to serialize this model
6711
7116
  */
6712
- export declare function serializeRetentionEvent(writer: SerializationWriter, retentionEvent?: Partial<RetentionEvent> | undefined | null): void;
7117
+ export declare function serializeRetentionEvent(writer: SerializationWriter, retentionEvent?: Partial<RetentionEvent> | undefined | null, isSerializingDerivedType?: boolean): void;
6713
7118
  /**
6714
7119
  * Serializes information the current object
7120
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7121
+ * @param RetentionEventCollectionResponse The instance to serialize from.
6715
7122
  * @param writer Serialization writer to use to serialize this model
6716
7123
  */
6717
- export declare function serializeRetentionEventCollectionResponse(writer: SerializationWriter, retentionEventCollectionResponse?: Partial<RetentionEventCollectionResponse> | undefined | null): void;
7124
+ export declare function serializeRetentionEventCollectionResponse(writer: SerializationWriter, retentionEventCollectionResponse?: Partial<RetentionEventCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6718
7125
  /**
6719
7126
  * Serializes information the current object
7127
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7128
+ * @param RetentionEventStatus The instance to serialize from.
6720
7129
  * @param writer Serialization writer to use to serialize this model
6721
7130
  */
6722
- export declare function serializeRetentionEventStatus(writer: SerializationWriter, retentionEventStatus?: Partial<RetentionEventStatus> | undefined | null): void;
7131
+ export declare function serializeRetentionEventStatus(writer: SerializationWriter, retentionEventStatus?: Partial<RetentionEventStatus> | undefined | null, isSerializingDerivedType?: boolean): void;
6723
7132
  /**
6724
7133
  * Serializes information the current object
7134
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7135
+ * @param RetentionEventType The instance to serialize from.
6725
7136
  * @param writer Serialization writer to use to serialize this model
6726
7137
  */
6727
- export declare function serializeRetentionEventType(writer: SerializationWriter, retentionEventType?: Partial<RetentionEventType> | undefined | null): void;
7138
+ export declare function serializeRetentionEventType(writer: SerializationWriter, retentionEventType?: Partial<RetentionEventType> | undefined | null, isSerializingDerivedType?: boolean): void;
6728
7139
  /**
6729
7140
  * Serializes information the current object
7141
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7142
+ * @param RetentionEventTypeCollectionResponse The instance to serialize from.
6730
7143
  * @param writer Serialization writer to use to serialize this model
6731
7144
  */
6732
- export declare function serializeRetentionEventTypeCollectionResponse(writer: SerializationWriter, retentionEventTypeCollectionResponse?: Partial<RetentionEventTypeCollectionResponse> | undefined | null): void;
7145
+ export declare function serializeRetentionEventTypeCollectionResponse(writer: SerializationWriter, retentionEventTypeCollectionResponse?: Partial<RetentionEventTypeCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6733
7146
  /**
6734
7147
  * Serializes information the current object
7148
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7149
+ * @param RetentionLabel The instance to serialize from.
6735
7150
  * @param writer Serialization writer to use to serialize this model
6736
7151
  */
6737
- export declare function serializeRetentionLabel(writer: SerializationWriter, retentionLabel?: Partial<RetentionLabel> | undefined | null): void;
7152
+ export declare function serializeRetentionLabel(writer: SerializationWriter, retentionLabel?: Partial<RetentionLabel> | undefined | null, isSerializingDerivedType?: boolean): void;
6738
7153
  /**
6739
7154
  * Serializes information the current object
7155
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7156
+ * @param RetentionLabelCollectionResponse The instance to serialize from.
6740
7157
  * @param writer Serialization writer to use to serialize this model
6741
7158
  */
6742
- export declare function serializeRetentionLabelCollectionResponse(writer: SerializationWriter, retentionLabelCollectionResponse?: Partial<RetentionLabelCollectionResponse> | undefined | null): void;
7159
+ export declare function serializeRetentionLabelCollectionResponse(writer: SerializationWriter, retentionLabelCollectionResponse?: Partial<RetentionLabelCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6743
7160
  /**
6744
7161
  * Serializes information the current object
7162
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7163
+ * @param SasTokenEvidence The instance to serialize from.
6745
7164
  * @param writer Serialization writer to use to serialize this model
6746
7165
  */
6747
- export declare function serializeSasTokenEvidence(writer: SerializationWriter, sasTokenEvidence?: Partial<SasTokenEvidence> | undefined | null): void;
7166
+ export declare function serializeSasTokenEvidence(writer: SerializationWriter, sasTokenEvidence?: Partial<SasTokenEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6748
7167
  /**
6749
7168
  * Serializes information the current object
7169
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7170
+ * @param Search The instance to serialize from.
6750
7171
  * @param writer Serialization writer to use to serialize this model
6751
7172
  */
6752
- export declare function serializeSearch(writer: SerializationWriter, search?: Partial<Search> | undefined | null): void;
7173
+ export declare function serializeSearch(writer: SerializationWriter, search?: Partial<Search> | undefined | null, isSerializingDerivedType?: boolean): void;
6753
7174
  /**
6754
7175
  * Serializes information the current object
7176
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7177
+ * @param SecurityGroupEvidence The instance to serialize from.
6755
7178
  * @param writer Serialization writer to use to serialize this model
6756
7179
  */
6757
- export declare function serializeSecurityGroupEvidence(writer: SerializationWriter, securityGroupEvidence?: Partial<SecurityGroupEvidence> | undefined | null): void;
7180
+ export declare function serializeSecurityGroupEvidence(writer: SerializationWriter, securityGroupEvidence?: Partial<SecurityGroupEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6758
7181
  /**
6759
7182
  * Serializes information the current object
7183
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7184
+ * @param Sensor The instance to serialize from.
6760
7185
  * @param writer Serialization writer to use to serialize this model
6761
7186
  */
6762
- export declare function serializeSensor(writer: SerializationWriter, sensor?: Partial<Sensor> | undefined | null): void;
7187
+ export declare function serializeSensor(writer: SerializationWriter, sensor?: Partial<Sensor> | undefined | null, isSerializingDerivedType?: boolean): void;
6763
7188
  /**
6764
7189
  * Serializes information the current object
7190
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7191
+ * @param SensorCollectionResponse The instance to serialize from.
6765
7192
  * @param writer Serialization writer to use to serialize this model
6766
7193
  */
6767
- export declare function serializeSensorCollectionResponse(writer: SerializationWriter, sensorCollectionResponse?: Partial<SensorCollectionResponse> | undefined | null): void;
7194
+ export declare function serializeSensorCollectionResponse(writer: SerializationWriter, sensorCollectionResponse?: Partial<SensorCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6768
7195
  /**
6769
7196
  * Serializes information the current object
7197
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7198
+ * @param SensorDeploymentPackage The instance to serialize from.
6770
7199
  * @param writer Serialization writer to use to serialize this model
6771
7200
  */
6772
- export declare function serializeSensorDeploymentPackage(writer: SerializationWriter, sensorDeploymentPackage?: Partial<SensorDeploymentPackage> | undefined | null): void;
7201
+ export declare function serializeSensorDeploymentPackage(writer: SerializationWriter, sensorDeploymentPackage?: Partial<SensorDeploymentPackage> | undefined | null, isSerializingDerivedType?: boolean): void;
6773
7202
  /**
6774
7203
  * Serializes information the current object
7204
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7205
+ * @param SensorSettings The instance to serialize from.
6775
7206
  * @param writer Serialization writer to use to serialize this model
6776
7207
  */
6777
- export declare function serializeSensorSettings(writer: SerializationWriter, sensorSettings?: Partial<SensorSettings> | undefined | null): void;
7208
+ export declare function serializeSensorSettings(writer: SerializationWriter, sensorSettings?: Partial<SensorSettings> | undefined | null, isSerializingDerivedType?: boolean): void;
6778
7209
  /**
6779
7210
  * Serializes information the current object
7211
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7212
+ * @param ServicePrincipalEvidence The instance to serialize from.
6780
7213
  * @param writer Serialization writer to use to serialize this model
6781
7214
  */
6782
- export declare function serializeServicePrincipalEvidence(writer: SerializationWriter, servicePrincipalEvidence?: Partial<ServicePrincipalEvidence> | undefined | null): void;
7215
+ export declare function serializeServicePrincipalEvidence(writer: SerializationWriter, servicePrincipalEvidence?: Partial<ServicePrincipalEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6783
7216
  /**
6784
7217
  * Serializes information the current object
7218
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7219
+ * @param SinglePropertySchema The instance to serialize from.
6785
7220
  * @param writer Serialization writer to use to serialize this model
6786
7221
  */
6787
- export declare function serializeSinglePropertySchema(writer: SerializationWriter, singlePropertySchema?: Partial<SinglePropertySchema> | undefined | null): void;
7222
+ export declare function serializeSinglePropertySchema(writer: SerializationWriter, singlePropertySchema?: Partial<SinglePropertySchema> | undefined | null, isSerializingDerivedType?: boolean): void;
6788
7223
  /**
6789
7224
  * Serializes information the current object
7225
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7226
+ * @param SiteSource The instance to serialize from.
6790
7227
  * @param writer Serialization writer to use to serialize this model
6791
7228
  */
6792
- export declare function serializeSiteSource(writer: SerializationWriter, siteSource?: Partial<SiteSource> | undefined | null): void;
7229
+ export declare function serializeSiteSource(writer: SerializationWriter, siteSource?: Partial<SiteSource> | undefined | null, isSerializingDerivedType?: boolean): void;
6793
7230
  /**
6794
7231
  * Serializes information the current object
7232
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7233
+ * @param SiteSourceCollectionResponse The instance to serialize from.
6795
7234
  * @param writer Serialization writer to use to serialize this model
6796
7235
  */
6797
- export declare function serializeSiteSourceCollectionResponse(writer: SerializationWriter, siteSourceCollectionResponse?: Partial<SiteSourceCollectionResponse> | undefined | null): void;
7236
+ export declare function serializeSiteSourceCollectionResponse(writer: SerializationWriter, siteSourceCollectionResponse?: Partial<SiteSourceCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6798
7237
  /**
6799
7238
  * Serializes information the current object
7239
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7240
+ * @param SslCertificate The instance to serialize from.
6800
7241
  * @param writer Serialization writer to use to serialize this model
6801
7242
  */
6802
- export declare function serializeSslCertificate(writer: SerializationWriter, sslCertificate?: Partial<SslCertificate> | undefined | null): void;
7243
+ export declare function serializeSslCertificate(writer: SerializationWriter, sslCertificate?: Partial<SslCertificate> | undefined | null, isSerializingDerivedType?: boolean): void;
6803
7244
  /**
6804
7245
  * Serializes information the current object
7246
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7247
+ * @param SslCertificateCollectionResponse The instance to serialize from.
6805
7248
  * @param writer Serialization writer to use to serialize this model
6806
7249
  */
6807
- export declare function serializeSslCertificateCollectionResponse(writer: SerializationWriter, sslCertificateCollectionResponse?: Partial<SslCertificateCollectionResponse> | undefined | null): void;
7250
+ export declare function serializeSslCertificateCollectionResponse(writer: SerializationWriter, sslCertificateCollectionResponse?: Partial<SslCertificateCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6808
7251
  /**
6809
7252
  * Serializes information the current object
7253
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7254
+ * @param SslCertificateEntity The instance to serialize from.
6810
7255
  * @param writer Serialization writer to use to serialize this model
6811
7256
  */
6812
- export declare function serializeSslCertificateEntity(writer: SerializationWriter, sslCertificateEntity?: Partial<SslCertificateEntity> | undefined | null): void;
7257
+ export declare function serializeSslCertificateEntity(writer: SerializationWriter, sslCertificateEntity?: Partial<SslCertificateEntity> | undefined | null, isSerializingDerivedType?: boolean): void;
6813
7258
  /**
6814
7259
  * Serializes information the current object
7260
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7261
+ * @param Stream The instance to serialize from.
6815
7262
  * @param writer Serialization writer to use to serialize this model
6816
7263
  */
6817
- export declare function serializeStream(writer: SerializationWriter, stream?: Partial<Stream> | undefined | null): void;
7264
+ export declare function serializeStream(writer: SerializationWriter, stream?: Partial<Stream> | undefined | null, isSerializingDerivedType?: boolean): void;
6818
7265
  /**
6819
7266
  * Serializes information the current object
7267
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7268
+ * @param SubcategoryTemplate The instance to serialize from.
6820
7269
  * @param writer Serialization writer to use to serialize this model
6821
7270
  */
6822
- export declare function serializeSubcategoryTemplate(writer: SerializationWriter, subcategoryTemplate?: Partial<SubcategoryTemplate> | undefined | null): void;
7271
+ export declare function serializeSubcategoryTemplate(writer: SerializationWriter, subcategoryTemplate?: Partial<SubcategoryTemplate> | undefined | null, isSerializingDerivedType?: boolean): void;
6823
7272
  /**
6824
7273
  * Serializes information the current object
7274
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7275
+ * @param SubcategoryTemplateCollectionResponse The instance to serialize from.
6825
7276
  * @param writer Serialization writer to use to serialize this model
6826
7277
  */
6827
- export declare function serializeSubcategoryTemplateCollectionResponse(writer: SerializationWriter, subcategoryTemplateCollectionResponse?: Partial<SubcategoryTemplateCollectionResponse> | undefined | null): void;
7278
+ export declare function serializeSubcategoryTemplateCollectionResponse(writer: SerializationWriter, subcategoryTemplateCollectionResponse?: Partial<SubcategoryTemplateCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6828
7279
  /**
6829
7280
  * Serializes information the current object
7281
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7282
+ * @param Subdomain The instance to serialize from.
6830
7283
  * @param writer Serialization writer to use to serialize this model
6831
7284
  */
6832
- export declare function serializeSubdomain(writer: SerializationWriter, subdomain?: Partial<Subdomain> | undefined | null): void;
7285
+ export declare function serializeSubdomain(writer: SerializationWriter, subdomain?: Partial<Subdomain> | undefined | null, isSerializingDerivedType?: boolean): void;
6833
7286
  /**
6834
7287
  * Serializes information the current object
7288
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7289
+ * @param SubdomainCollectionResponse The instance to serialize from.
6835
7290
  * @param writer Serialization writer to use to serialize this model
6836
7291
  */
6837
- export declare function serializeSubdomainCollectionResponse(writer: SerializationWriter, subdomainCollectionResponse?: Partial<SubdomainCollectionResponse> | undefined | null): void;
7292
+ export declare function serializeSubdomainCollectionResponse(writer: SerializationWriter, subdomainCollectionResponse?: Partial<SubdomainCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6838
7293
  /**
6839
7294
  * Serializes information the current object
7295
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7296
+ * @param SubmissionMailEvidence The instance to serialize from.
6840
7297
  * @param writer Serialization writer to use to serialize this model
6841
7298
  */
6842
- export declare function serializeSubmissionMailEvidence(writer: SerializationWriter, submissionMailEvidence?: Partial<SubmissionMailEvidence> | undefined | null): void;
7299
+ export declare function serializeSubmissionMailEvidence(writer: SerializationWriter, submissionMailEvidence?: Partial<SubmissionMailEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6843
7300
  /**
6844
7301
  * Serializes information the current object
7302
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7303
+ * @param Tag The instance to serialize from.
6845
7304
  * @param writer Serialization writer to use to serialize this model
6846
7305
  */
6847
- export declare function serializeTag(writer: SerializationWriter, tag?: Partial<Tag> | undefined | null): void;
7306
+ export declare function serializeTag(writer: SerializationWriter, tag?: Partial<Tag> | undefined | null, isSerializingDerivedType?: boolean): void;
6848
7307
  /**
6849
7308
  * Serializes information the current object
7309
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7310
+ * @param TeamsMessageEvidence The instance to serialize from.
6850
7311
  * @param writer Serialization writer to use to serialize this model
6851
7312
  */
6852
- export declare function serializeTeamsMessageEvidence(writer: SerializationWriter, teamsMessageEvidence?: Partial<TeamsMessageEvidence> | undefined | null): void;
7313
+ export declare function serializeTeamsMessageEvidence(writer: SerializationWriter, teamsMessageEvidence?: Partial<TeamsMessageEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6853
7314
  /**
6854
7315
  * Serializes information the current object
7316
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7317
+ * @param ThreatIntelligence The instance to serialize from.
6855
7318
  * @param writer Serialization writer to use to serialize this model
6856
7319
  */
6857
- export declare function serializeThreatIntelligence(writer: SerializationWriter, threatIntelligence?: Partial<ThreatIntelligence> | undefined | null): void;
7320
+ export declare function serializeThreatIntelligence(writer: SerializationWriter, threatIntelligence?: Partial<ThreatIntelligence> | undefined | null, isSerializingDerivedType?: boolean): void;
6858
7321
  /**
6859
7322
  * Serializes information the current object
7323
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7324
+ * @param TopicModelingSettings The instance to serialize from.
6860
7325
  * @param writer Serialization writer to use to serialize this model
6861
7326
  */
6862
- export declare function serializeTopicModelingSettings(writer: SerializationWriter, topicModelingSettings?: Partial<TopicModelingSettings> | undefined | null): void;
7327
+ export declare function serializeTopicModelingSettings(writer: SerializationWriter, topicModelingSettings?: Partial<TopicModelingSettings> | undefined | null, isSerializingDerivedType?: boolean): void;
6863
7328
  /**
6864
7329
  * Serializes information the current object
7330
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7331
+ * @param TriggersRoot The instance to serialize from.
6865
7332
  * @param writer Serialization writer to use to serialize this model
6866
7333
  */
6867
- export declare function serializeTriggersRoot(writer: SerializationWriter, triggersRoot?: Partial<TriggersRoot> | undefined | null): void;
7334
+ export declare function serializeTriggersRoot(writer: SerializationWriter, triggersRoot?: Partial<TriggersRoot> | undefined | null, isSerializingDerivedType?: boolean): void;
6868
7335
  /**
6869
7336
  * Serializes information the current object
7337
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7338
+ * @param TriggerTypesRoot The instance to serialize from.
6870
7339
  * @param writer Serialization writer to use to serialize this model
6871
7340
  */
6872
- export declare function serializeTriggerTypesRoot(writer: SerializationWriter, triggerTypesRoot?: Partial<TriggerTypesRoot> | undefined | null): void;
7341
+ export declare function serializeTriggerTypesRoot(writer: SerializationWriter, triggerTypesRoot?: Partial<TriggerTypesRoot> | undefined | null, isSerializingDerivedType?: boolean): void;
6873
7342
  /**
6874
7343
  * Serializes information the current object
7344
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7345
+ * @param UnclassifiedArtifact The instance to serialize from.
6875
7346
  * @param writer Serialization writer to use to serialize this model
6876
7347
  */
6877
- export declare function serializeUnclassifiedArtifact(writer: SerializationWriter, unclassifiedArtifact?: Partial<UnclassifiedArtifact> | undefined | null): void;
7348
+ export declare function serializeUnclassifiedArtifact(writer: SerializationWriter, unclassifiedArtifact?: Partial<UnclassifiedArtifact> | undefined | null, isSerializingDerivedType?: boolean): void;
6878
7349
  /**
6879
7350
  * Serializes information the current object
7351
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7352
+ * @param UnifiedGroupSource The instance to serialize from.
6880
7353
  * @param writer Serialization writer to use to serialize this model
6881
7354
  */
6882
- export declare function serializeUnifiedGroupSource(writer: SerializationWriter, unifiedGroupSource?: Partial<UnifiedGroupSource> | undefined | null): void;
7355
+ export declare function serializeUnifiedGroupSource(writer: SerializationWriter, unifiedGroupSource?: Partial<UnifiedGroupSource> | undefined | null, isSerializingDerivedType?: boolean): void;
6883
7356
  /**
6884
7357
  * Serializes information the current object
7358
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7359
+ * @param UnifiedGroupSourceCollectionResponse The instance to serialize from.
6885
7360
  * @param writer Serialization writer to use to serialize this model
6886
7361
  */
6887
- export declare function serializeUnifiedGroupSourceCollectionResponse(writer: SerializationWriter, unifiedGroupSourceCollectionResponse?: Partial<UnifiedGroupSourceCollectionResponse> | undefined | null): void;
7362
+ export declare function serializeUnifiedGroupSourceCollectionResponse(writer: SerializationWriter, unifiedGroupSourceCollectionResponse?: Partial<UnifiedGroupSourceCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6888
7363
  /**
6889
7364
  * Serializes information the current object
7365
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7366
+ * @param UrlEvidence The instance to serialize from.
6890
7367
  * @param writer Serialization writer to use to serialize this model
6891
7368
  */
6892
- export declare function serializeUrlEvidence(writer: SerializationWriter, urlEvidence?: Partial<UrlEvidence> | undefined | null): void;
7369
+ export declare function serializeUrlEvidence(writer: SerializationWriter, urlEvidence?: Partial<UrlEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6893
7370
  /**
6894
7371
  * Serializes information the current object
7372
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7373
+ * @param UserAccount The instance to serialize from.
6895
7374
  * @param writer Serialization writer to use to serialize this model
6896
7375
  */
6897
- export declare function serializeUserAccount(writer: SerializationWriter, userAccount?: Partial<UserAccount> | undefined | null): void;
7376
+ export declare function serializeUserAccount(writer: SerializationWriter, userAccount?: Partial<UserAccount> | undefined | null, isSerializingDerivedType?: boolean): void;
6898
7377
  /**
6899
7378
  * Serializes information the current object
7379
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7380
+ * @param UserEvidence The instance to serialize from.
6900
7381
  * @param writer Serialization writer to use to serialize this model
6901
7382
  */
6902
- export declare function serializeUserEvidence(writer: SerializationWriter, userEvidence?: Partial<UserEvidence> | undefined | null): void;
7383
+ export declare function serializeUserEvidence(writer: SerializationWriter, userEvidence?: Partial<UserEvidence> | undefined | null, isSerializingDerivedType?: boolean): void;
6903
7384
  /**
6904
7385
  * Serializes information the current object
7386
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7387
+ * @param UserSource The instance to serialize from.
6905
7388
  * @param writer Serialization writer to use to serialize this model
6906
7389
  */
6907
- export declare function serializeUserSource(writer: SerializationWriter, userSource?: Partial<UserSource> | undefined | null): void;
7390
+ export declare function serializeUserSource(writer: SerializationWriter, userSource?: Partial<UserSource> | undefined | null, isSerializingDerivedType?: boolean): void;
6908
7391
  /**
6909
7392
  * Serializes information the current object
7393
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7394
+ * @param UserSourceCollectionResponse The instance to serialize from.
6910
7395
  * @param writer Serialization writer to use to serialize this model
6911
7396
  */
6912
- export declare function serializeUserSourceCollectionResponse(writer: SerializationWriter, userSourceCollectionResponse?: Partial<UserSourceCollectionResponse> | undefined | null): void;
7397
+ export declare function serializeUserSourceCollectionResponse(writer: SerializationWriter, userSourceCollectionResponse?: Partial<UserSourceCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6913
7398
  /**
6914
7399
  * Serializes information the current object
7400
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7401
+ * @param VmMetadata The instance to serialize from.
6915
7402
  * @param writer Serialization writer to use to serialize this model
6916
7403
  */
6917
- export declare function serializeVmMetadata(writer: SerializationWriter, vmMetadata?: Partial<VmMetadata> | undefined | null): void;
7404
+ export declare function serializeVmMetadata(writer: SerializationWriter, vmMetadata?: Partial<VmMetadata> | undefined | null, isSerializingDerivedType?: boolean): void;
6918
7405
  /**
6919
7406
  * Serializes information the current object
7407
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7408
+ * @param Vulnerability The instance to serialize from.
6920
7409
  * @param writer Serialization writer to use to serialize this model
6921
7410
  */
6922
- export declare function serializeVulnerability(writer: SerializationWriter, vulnerability?: Partial<Vulnerability> | undefined | null): void;
7411
+ export declare function serializeVulnerability(writer: SerializationWriter, vulnerability?: Partial<Vulnerability> | undefined | null, isSerializingDerivedType?: boolean): void;
6923
7412
  /**
6924
7413
  * Serializes information the current object
7414
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7415
+ * @param VulnerabilityCollectionResponse The instance to serialize from.
6925
7416
  * @param writer Serialization writer to use to serialize this model
6926
7417
  */
6927
- export declare function serializeVulnerabilityCollectionResponse(writer: SerializationWriter, vulnerabilityCollectionResponse?: Partial<VulnerabilityCollectionResponse> | undefined | null): void;
7418
+ export declare function serializeVulnerabilityCollectionResponse(writer: SerializationWriter, vulnerabilityCollectionResponse?: Partial<VulnerabilityCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6928
7419
  /**
6929
7420
  * Serializes information the current object
7421
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7422
+ * @param VulnerabilityComponent The instance to serialize from.
6930
7423
  * @param writer Serialization writer to use to serialize this model
6931
7424
  */
6932
- export declare function serializeVulnerabilityComponent(writer: SerializationWriter, vulnerabilityComponent?: Partial<VulnerabilityComponent> | undefined | null): void;
7425
+ export declare function serializeVulnerabilityComponent(writer: SerializationWriter, vulnerabilityComponent?: Partial<VulnerabilityComponent> | undefined | null, isSerializingDerivedType?: boolean): void;
6933
7426
  /**
6934
7427
  * Serializes information the current object
7428
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7429
+ * @param VulnerabilityComponentCollectionResponse The instance to serialize from.
6935
7430
  * @param writer Serialization writer to use to serialize this model
6936
7431
  */
6937
- export declare function serializeVulnerabilityComponentCollectionResponse(writer: SerializationWriter, vulnerabilityComponentCollectionResponse?: Partial<VulnerabilityComponentCollectionResponse> | undefined | null): void;
7432
+ export declare function serializeVulnerabilityComponentCollectionResponse(writer: SerializationWriter, vulnerabilityComponentCollectionResponse?: Partial<VulnerabilityComponentCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6938
7433
  /**
6939
7434
  * Serializes information the current object
7435
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7436
+ * @param WhoisBaseRecord The instance to serialize from.
6940
7437
  * @param writer Serialization writer to use to serialize this model
6941
7438
  */
6942
- export declare function serializeWhoisBaseRecord(writer: SerializationWriter, whoisBaseRecord?: Partial<WhoisBaseRecord> | undefined | null): void;
7439
+ export declare function serializeWhoisBaseRecord(writer: SerializationWriter, whoisBaseRecord?: Partial<WhoisBaseRecord> | undefined | null, isSerializingDerivedType?: boolean): void;
6943
7440
  /**
6944
7441
  * Serializes information the current object
7442
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7443
+ * @param WhoisContact The instance to serialize from.
6945
7444
  * @param writer Serialization writer to use to serialize this model
6946
7445
  */
6947
- export declare function serializeWhoisContact(writer: SerializationWriter, whoisContact?: Partial<WhoisContact> | undefined | null): void;
7446
+ export declare function serializeWhoisContact(writer: SerializationWriter, whoisContact?: Partial<WhoisContact> | undefined | null, isSerializingDerivedType?: boolean): void;
6948
7447
  /**
6949
7448
  * Serializes information the current object
7449
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7450
+ * @param WhoisHistoryRecord The instance to serialize from.
6950
7451
  * @param writer Serialization writer to use to serialize this model
6951
7452
  */
6952
- export declare function serializeWhoisHistoryRecord(writer: SerializationWriter, whoisHistoryRecord?: Partial<WhoisHistoryRecord> | undefined | null): void;
7453
+ export declare function serializeWhoisHistoryRecord(writer: SerializationWriter, whoisHistoryRecord?: Partial<WhoisHistoryRecord> | undefined | null, isSerializingDerivedType?: boolean): void;
6953
7454
  /**
6954
7455
  * Serializes information the current object
7456
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7457
+ * @param WhoisHistoryRecordCollectionResponse The instance to serialize from.
6955
7458
  * @param writer Serialization writer to use to serialize this model
6956
7459
  */
6957
- export declare function serializeWhoisHistoryRecordCollectionResponse(writer: SerializationWriter, whoisHistoryRecordCollectionResponse?: Partial<WhoisHistoryRecordCollectionResponse> | undefined | null): void;
7460
+ export declare function serializeWhoisHistoryRecordCollectionResponse(writer: SerializationWriter, whoisHistoryRecordCollectionResponse?: Partial<WhoisHistoryRecordCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6958
7461
  /**
6959
7462
  * Serializes information the current object
7463
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7464
+ * @param WhoisNameserver The instance to serialize from.
6960
7465
  * @param writer Serialization writer to use to serialize this model
6961
7466
  */
6962
- export declare function serializeWhoisNameserver(writer: SerializationWriter, whoisNameserver?: Partial<WhoisNameserver> | undefined | null): void;
7467
+ export declare function serializeWhoisNameserver(writer: SerializationWriter, whoisNameserver?: Partial<WhoisNameserver> | undefined | null, isSerializingDerivedType?: boolean): void;
6963
7468
  /**
6964
7469
  * Serializes information the current object
7470
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7471
+ * @param WhoisRecord The instance to serialize from.
6965
7472
  * @param writer Serialization writer to use to serialize this model
6966
7473
  */
6967
- export declare function serializeWhoisRecord(writer: SerializationWriter, whoisRecord?: Partial<WhoisRecord> | undefined | null): void;
7474
+ export declare function serializeWhoisRecord(writer: SerializationWriter, whoisRecord?: Partial<WhoisRecord> | undefined | null, isSerializingDerivedType?: boolean): void;
6968
7475
  /**
6969
7476
  * Serializes information the current object
7477
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
7478
+ * @param WhoisRecordCollectionResponse The instance to serialize from.
6970
7479
  * @param writer Serialization writer to use to serialize this model
6971
7480
  */
6972
- export declare function serializeWhoisRecordCollectionResponse(writer: SerializationWriter, whoisRecordCollectionResponse?: Partial<WhoisRecordCollectionResponse> | undefined | null): void;
7481
+ export declare function serializeWhoisRecordCollectionResponse(writer: SerializationWriter, whoisRecordCollectionResponse?: Partial<WhoisRecordCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
6973
7482
  export interface ServicePrincipalEvidence extends AlertEvidence, Parsable {
6974
7483
  /**
6975
7484
  * The appId property
@@ -6999,10 +7508,6 @@ export interface ServicePrincipalEvidence extends AlertEvidence, Parsable {
6999
7508
  export type ServicePrincipalType = (typeof ServicePrincipalTypeObject)[keyof typeof ServicePrincipalTypeObject];
7000
7509
  export type ServiceSource = (typeof ServiceSourceObject)[keyof typeof ServiceSourceObject];
7001
7510
  export interface SinglePropertySchema extends AdditionalDataHolder, BackedModel, Parsable {
7002
- /**
7003
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
7004
- */
7005
- additionalData?: Record<string, unknown>;
7006
7511
  /**
7007
7512
  * Stores model information.
7008
7513
  */
@@ -7082,10 +7587,6 @@ export interface SslCertificateCollectionResponse extends BaseCollectionPaginati
7082
7587
  value?: SslCertificate[] | null;
7083
7588
  }
7084
7589
  export interface SslCertificateEntity extends AdditionalDataHolder, BackedModel, Parsable {
7085
- /**
7086
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
7087
- */
7088
- additionalData?: Record<string, unknown>;
7089
7590
  /**
7090
7591
  * A physical address of the entity.
7091
7592
  */
@@ -7133,10 +7634,6 @@ export interface SslCertificateEntity extends AdditionalDataHolder, BackedModel,
7133
7634
  }
7134
7635
  export type StatisticsOptions = (typeof StatisticsOptionsObject)[keyof typeof StatisticsOptionsObject];
7135
7636
  export interface Stream extends AdditionalDataHolder, BackedModel, Parsable {
7136
- /**
7137
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
7138
- */
7139
- additionalData?: Record<string, unknown>;
7140
7637
  /**
7141
7638
  * Stores model information.
7142
7639
  */
@@ -7401,10 +7898,6 @@ export interface ThreatIntelligence extends Entity, Parsable {
7401
7898
  whoisRecords?: WhoisRecord[] | null;
7402
7899
  }
7403
7900
  export interface TopicModelingSettings extends AdditionalDataHolder, BackedModel, Parsable {
7404
- /**
7405
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
7406
- */
7407
- additionalData?: Record<string, unknown>;
7408
7901
  /**
7409
7902
  * Stores model information.
7410
7903
  */
@@ -7479,10 +7972,6 @@ export interface UserAccount extends AdditionalDataHolder, BackedModel, Parsable
7479
7972
  * The displayed name of the user account.
7480
7973
  */
7481
7974
  accountName?: string | null;
7482
- /**
7483
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
7484
- */
7485
- additionalData?: Record<string, unknown>;
7486
7975
  /**
7487
7976
  * The user object identifier in Microsoft Entra ID.
7488
7977
  */
@@ -7544,10 +8033,6 @@ export interface UserSourceCollectionResponse extends BaseCollectionPaginationCo
7544
8033
  }
7545
8034
  export type VmCloudProvider = (typeof VmCloudProviderObject)[keyof typeof VmCloudProviderObject];
7546
8035
  export interface VmMetadata extends AdditionalDataHolder, BackedModel, Parsable {
7547
- /**
7548
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
7549
- */
7550
- additionalData?: Record<string, unknown>;
7551
8036
  /**
7552
8037
  * Stores model information.
7553
8038
  */
@@ -7737,10 +8222,6 @@ export interface WhoisBaseRecord extends Entity, Parsable {
7737
8222
  zone?: WhoisContact | null;
7738
8223
  }
7739
8224
  export interface WhoisContact extends AdditionalDataHolder, BackedModel, Parsable {
7740
- /**
7741
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
7742
- */
7743
- additionalData?: Record<string, unknown>;
7744
8225
  /**
7745
8226
  * The physical address of the entity.
7746
8227
  */
@@ -7783,10 +8264,6 @@ export interface WhoisHistoryRecordCollectionResponse extends BaseCollectionPagi
7783
8264
  value?: WhoisHistoryRecord[] | null;
7784
8265
  }
7785
8266
  export interface WhoisNameserver extends AdditionalDataHolder, BackedModel, Parsable {
7786
- /**
7787
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
7788
- */
7789
- additionalData?: Record<string, unknown>;
7790
8267
  /**
7791
8268
  * Stores model information.
7792
8269
  */