Exemple #1
0
 public TransientStreamingActivity(IClient client, ActivityJsonModel model)
     : base(client, model)
 {
 }
Exemple #2
0
 public TransientStreamingActivity(IClient client, ActivityJsonModel model)
     : base(client, model)
 {
     Url = model.Url.GetValueOrDefault();
 }
 public TransientCustomActivity(IClient client, ActivityJsonModel model)
     : base(client, model)
 {
 }
 public TransientSpotifyActivity(IClient client, ActivityJsonModel model)
     : base(client, model)
 {
 }