VariablesApi class

Constructors

VariablesApi(ApiClient apiClient)

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteVariablesID(String variableID, {String? zapTraceSpan}) Future<void>
Delete a variable
deleteVariablesIDLabelsID(String variableID, String labelID, {String? zapTraceSpan}) Future<void>
Delete a label from a variable
deleteVariablesIDLabelsIDWithHttpInfo(String variableID, String labelID, {String? zapTraceSpan}) Future<Response>
Delete a label from a variable
deleteVariablesIDWithHttpInfo(String variableID, {String? zapTraceSpan}) Future<Response>
Delete a variable
getVariables({String? zapTraceSpan, String? org, String? orgID}) Future<Variables>
List all variables
getVariablesID(String variableID, {String? zapTraceSpan}) Future<Variable>
Retrieve a variable
getVariablesIDLabels(String variableID, {String? zapTraceSpan}) Future<LabelsResponse>
List all labels for a variable
getVariablesIDLabelsWithHttpInfo(String variableID, {String? zapTraceSpan}) Future<Response>
List all labels for a variable
getVariablesIDWithHttpInfo(String variableID, {String? zapTraceSpan}) Future<Response>
Retrieve a variable
getVariablesWithHttpInfo({String? zapTraceSpan, String? org, String? orgID}) Future<Response>
List all variables
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patchVariablesID(String variableID, Variable variable, {String? zapTraceSpan}) Future<Variable>
Update a variable
patchVariablesIDWithHttpInfo(String variableID, Variable variable, {String? zapTraceSpan}) Future<Response>
Update a variable
postVariables(Variable variable, {String? zapTraceSpan}) Future<Variable>
Create a variable
postVariablesIDLabels(String variableID, LabelMapping labelMapping, {String? zapTraceSpan}) Future<LabelResponse>
Add a label to a variable
postVariablesIDLabelsWithHttpInfo(String variableID, LabelMapping labelMapping, {String? zapTraceSpan}) Future<Response>
Add a label to a variable
postVariablesWithHttpInfo(Variable variable, {String? zapTraceSpan}) Future<Response>
Create a variable
putVariablesID(String variableID, Variable variable, {String? zapTraceSpan}) Future<Variable>
Replace a variable
putVariablesIDWithHttpInfo(String variableID, Variable variable, {String? zapTraceSpan}) Future<Response>
Replace a variable
toString() String
A string representation of this object.
inherited

Operators

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