We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113e18c commit cb7607fCopy full SHA for cb7607f
1 file changed
recordings/recordings.go
@@ -37,6 +37,7 @@ type Recording struct {
37
ShareToMe bool `json:"shareToMe,omitempty"`
38
ServiceType string `json:"serviceType,omitempty"`
39
Status string `json:"status,omitempty"`
40
+ IntegrationTags []string `json:"integrationTags,omitempty"`
41
}
42
43
// TemporaryDownloadLinks contains time-limited direct download URLs for
0 commit comments