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
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
/// <summary>Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.</summary>
/// <summary>Optional. The duration of active user engagement. if not supplied, this is calculated from the startedDateTime and lastActiveDateTime.</summary>
/// <summary>Set by the server. DateTime in UTC when the object was created on the server.</summary>
20
26
publicDateTimeOffset?CreatedDateTime{get;set;}
21
-
/// <summary>Optional. UTC DateTime when the historyItem will undergo hard-delete. Can be set by the client.</summary>
27
+
/// <summary>Optional. UTC DateTime when the activityHistoryItem will undergo hard-delete. Can be set by the client.</summary>
22
28
publicDateTimeOffset?ExpirationDateTime{get;set;}
23
-
/// <summary>Optional. UTC DateTime when the historyItem (activity session) was last understood as active or finished - if null, historyItem status should be Ongoing.</summary>
29
+
/// <summary>Optional. UTC DateTime when the activityHistoryItem (activity session) was last understood as active or finished - if null, activityHistoryItem status should be Ongoing.</summary>
24
30
publicDateTimeOffset?LastActiveDateTime{get;set;}
25
31
/// <summary>Set by the server. DateTime in UTC when the object was modified on the server.</summary>
/// <summary>Optional. The timezone in which the user's device used to generate the activity was located at activity creation time. Values supplied as Olson IDs in order to support cross-platform representation.</summary>
/// <summary>Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.</summary>
/// <summary>The unique identifier for the addIn object.</summary>
12
18
publicGuid?Id{get;set;}
13
-
/// <summary>The properties property</summary>
19
+
/// <summary>The collection of key-value pairs that define parameters that the consuming service can use or call. You must specify this property when performing a POST or a PATCH operation on the addIns collection. Required.</summary>
{"properties", n =>{Properties=n.GetCollectionOfObjectValues<global::ApiSdk.Models.KeyValue>(global::ApiSdk.Models.KeyValue.CreateFromDiscriminatorValue)?.AsList();}},
62
+
{"type", n =>{Type=n.GetStringValue();}},
51
63
};
52
64
}
53
65
/// <summary>
54
66
/// Serializes information the current object
55
67
/// </summary>
56
68
/// <param name="writer">Serialization writer to use to serialize this model</param>
0 commit comments