Class OperationFilterConditionOperand
- Namespace
- Uralstech.UCloud.Operations
An operand of a filtering condition. Only provide one field in each instance.
public class OperationFilterConditionOperand
- Inheritance
-
OperationFilterConditionOperand
Fields
Field
The field the condition applies to.
public FilteringField Field
Field Value
Remarks
The ServiceName restriction must be at the top-level and can only be combined with other restrictions via the And logical operator.
ServiceName
The service to filter an operation by.
public string ServiceName
Field Value
StartTime
The starting time to filter an operation by.
public DateTime? StartTime
Field Value
Status
The running status to filter an operation by.
public OperationRunningStatus Status
Field Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.