ProjectsHistoriesExecutionsStepsPerfSampleSeriesResource class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samples ProjectsHistoriesExecutionsStepsPerfSampleSeriesSamplesResource
no setter

Methods

create(PerfSampleSeries request, String projectId, String historyId, String executionId, String stepId, {String? $fields}) Future<PerfSampleSeries>
Creates a PerfSampleSeries.
get(String projectId, String historyId, String executionId, String stepId, String sampleSeriesId, {String? $fields}) Future<PerfSampleSeries>
Gets a PerfSampleSeries.
list(String projectId, String historyId, String executionId, String stepId, {List<String>? filter, String? $fields}) Future<ListPerfSampleSeriesResponse>
Lists PerfSampleSeries for a given Step.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited