You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
3
+
//
4
+
usingSystem;
5
+
usingSystem.Collections.Generic;
6
+
usingSystem.Linq;
7
+
usingSystem.Text;
8
+
usingSystem.Text.Json;
9
+
usingSystem.Text.Json.Serialization;
10
+
usingAlgolia.Search.Serializer;
11
+
12
+
namespaceAlgolia.Search.Models.Ingestion;
13
+
14
+
/// <summary>
15
+
/// Input for a transformation that contains the source code of the transformation.
16
+
/// </summary>
17
+
publicpartialclassTransformationCode
18
+
{
19
+
/// <summary>
20
+
/// Initializes a new instance of the TransformationCode class.
21
+
/// </summary>
22
+
[JsonConstructor]
23
+
publicTransformationCode(){}
24
+
25
+
/// <summary>
26
+
/// Initializes a new instance of the TransformationCode class.
27
+
/// </summary>
28
+
/// <param name="code">The source code of the transformation. (required).</param>
0 commit comments