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
// Type of the RUM application. Supported values are `browser`, `ios`, `android`, `react-native`, `flutter`, `roku`, `electron`, `unity`, `kotlin-multiplatform`.
32
34
Typestring`json:"type"`
33
35
// Timestamp in ms of the last update date.
@@ -259,6 +261,34 @@ func (o *RUMApplicationAttributes) SetOrgId(v int32) {
259
261
o.OrgId=v
260
262
}
261
263
264
+
// GetProductScales returns the ProductScales field value if set, zero value otherwise.
// Type of the RUM application. Supported values are `browser`, `ios`, `android`, `react-native`, `flutter`, `roku`, `electron`, `unity`, `kotlin-multiplatform`.
18
22
Type*string`json:"type,omitempty"`
19
23
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
@@ -62,6 +66,62 @@ func (o *RUMApplicationCreateAttributes) SetName(v string) {
62
66
o.Name=v
63
67
}
64
68
69
+
// GetProductAnalyticsRetentionState returns the ProductAnalyticsRetentionState field value if set, zero value otherwise.
// SetProductAnalyticsRetentionState gets a reference to the given RUMProductAnalyticsRetentionState and assigns it to the ProductAnalyticsRetentionState field.
0 commit comments