@@ -32,7 +32,7 @@ func (r *AddRumReplaySessionToPlaylistOptionalParameters) WithDataSource(dataSou
3232 return r
3333}
3434
35- // AddRumReplaySessionToPlaylist Add rum replay session to playlist.
35+ // AddRumReplaySessionToPlaylist Add RUM replay session to playlist.
3636// Add a session to a playlist.
3737func (a * RumReplayPlaylistsApi ) AddRumReplaySessionToPlaylist (ctx _context.Context , ts int64 , playlistId int32 , sessionId string , o ... AddRumReplaySessionToPlaylistOptionalParameters ) (PlaylistsSession , * _nethttp.Response , error ) {
3838 var (
@@ -123,7 +123,7 @@ func (a *RumReplayPlaylistsApi) AddRumReplaySessionToPlaylist(ctx _context.Conte
123123 return localVarReturnValue , localVarHTTPResponse , nil
124124}
125125
126- // BulkRemoveRumReplayPlaylistSessions Bulk remove rum replay playlist sessions.
126+ // BulkRemoveRumReplayPlaylistSessions Bulk remove RUM replay playlist sessions.
127127// Remove sessions from a playlist.
128128func (a * RumReplayPlaylistsApi ) BulkRemoveRumReplayPlaylistSessions (ctx _context.Context , playlistId int32 , body SessionIdArray ) (* _nethttp.Response , error ) {
129129 var (
@@ -194,7 +194,7 @@ func (a *RumReplayPlaylistsApi) BulkRemoveRumReplayPlaylistSessions(ctx _context
194194 return localVarHTTPResponse , nil
195195}
196196
197- // CreateRumReplayPlaylist Create rum replay playlist.
197+ // CreateRumReplayPlaylist Create RUM replay playlist.
198198// Create a playlist.
199199func (a * RumReplayPlaylistsApi ) CreateRumReplayPlaylist (ctx _context.Context , body Playlist ) (Playlist , * _nethttp.Response , error ) {
200200 var (
@@ -274,7 +274,7 @@ func (a *RumReplayPlaylistsApi) CreateRumReplayPlaylist(ctx _context.Context, bo
274274 return localVarReturnValue , localVarHTTPResponse , nil
275275}
276276
277- // DeleteRumReplayPlaylist Delete rum replay playlist.
277+ // DeleteRumReplayPlaylist Delete RUM replay playlist.
278278// Delete a playlist.
279279func (a * RumReplayPlaylistsApi ) DeleteRumReplayPlaylist (ctx _context.Context , playlistId int32 ) (* _nethttp.Response , error ) {
280280 var (
@@ -342,7 +342,7 @@ func (a *RumReplayPlaylistsApi) DeleteRumReplayPlaylist(ctx _context.Context, pl
342342 return localVarHTTPResponse , nil
343343}
344344
345- // GetRumReplayPlaylist Get rum replay playlist.
345+ // GetRumReplayPlaylist Get RUM replay playlist.
346346// Get a playlist.
347347func (a * RumReplayPlaylistsApi ) GetRumReplayPlaylist (ctx _context.Context , playlistId int32 ) (Playlist , * _nethttp.Response , error ) {
348348 var (
@@ -444,7 +444,7 @@ func (r *ListRumReplayPlaylistSessionsOptionalParameters) WithPageSize(pageSize
444444 return r
445445}
446446
447- // ListRumReplayPlaylistSessions List rum replay playlist sessions.
447+ // ListRumReplayPlaylistSessions List RUM replay playlist sessions.
448448// List sessions in a playlist.
449449func (a * RumReplayPlaylistsApi ) ListRumReplayPlaylistSessions (ctx _context.Context , playlistId int32 , o ... ListRumReplayPlaylistSessionsOptionalParameters ) (PlaylistsSessionArray , * _nethttp.Response , error ) {
450450 var (
@@ -574,7 +574,7 @@ func (r *ListRumReplayPlaylistsOptionalParameters) WithPageSize(pageSize int32)
574574 return r
575575}
576576
577- // ListRumReplayPlaylists List rum replay playlists.
577+ // ListRumReplayPlaylists List RUM replay playlists.
578578// List playlists.
579579func (a * RumReplayPlaylistsApi ) ListRumReplayPlaylists (ctx _context.Context , o ... ListRumReplayPlaylistsOptionalParameters ) (PlaylistArray , * _nethttp.Response , error ) {
580580 var (
@@ -671,7 +671,7 @@ func (a *RumReplayPlaylistsApi) ListRumReplayPlaylists(ctx _context.Context, o .
671671 return localVarReturnValue , localVarHTTPResponse , nil
672672}
673673
674- // RemoveRumReplaySessionFromPlaylist Remove rum replay session from playlist.
674+ // RemoveRumReplaySessionFromPlaylist Remove RUM replay session from playlist.
675675// Remove a session from a playlist.
676676func (a * RumReplayPlaylistsApi ) RemoveRumReplaySessionFromPlaylist (ctx _context.Context , playlistId int32 , sessionId string ) (* _nethttp.Response , error ) {
677677 var (
@@ -740,7 +740,7 @@ func (a *RumReplayPlaylistsApi) RemoveRumReplaySessionFromPlaylist(ctx _context.
740740 return localVarHTTPResponse , nil
741741}
742742
743- // UpdateRumReplayPlaylist Update rum replay playlist.
743+ // UpdateRumReplayPlaylist Update RUM replay playlist.
744744// Update a playlist.
745745func (a * RumReplayPlaylistsApi ) UpdateRumReplayPlaylist (ctx _context.Context , playlistId int32 , body Playlist ) (Playlist , * _nethttp.Response , error ) {
746746 var (
0 commit comments