Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ public partial class GetMetricFeedbacksOptions
public GetMetricFeedbacksOptions() { }
public System.DateTimeOffset? EndTime { get { throw null; } set { } }
public Azure.AI.MetricsAdvisor.Models.FeedbackType? FeedbackType { get { throw null; } set { } }
public Azure.AI.MetricsAdvisor.Models.DimensionKey Filter { get { throw null; } set { } }
public Azure.AI.MetricsAdvisor.Models.DimensionKey Filter { get { throw null; } }
public int? SkipCount { get { throw null; } set { } }
public System.DateTimeOffset? StartTime { get { throw null; } set { } }
public Azure.AI.MetricsAdvisor.Models.FeedbackQueryTimeMode? TimeMode { get { throw null; } set { } }
Expand Down