Ads API .NET library
|
A constant operand in a matching function. More...
Classes | |
class | Fields |
List of all supported fields for the ConstantOperand class. More... | |
class | FilterableFields |
List of all supported filterable fields for the ConstantOperand class. More... | |
class | SelectableFields |
List of all supported selectable fields for the ConstantOperand class. More... | |
Properties | |
ConstantOperandConstantType | type [get, set] |
Type of constant in this operand. This field is required and should not be More... | |
bool | typeSpecified [get, set] |
ConstantOperandUnit | unit [get, set] |
Units of constant in this operand. More... | |
bool | unitSpecified [get, set] |
long | longValue [get, set] |
Long value of the operand if it is a long type. More... | |
bool | longValueSpecified [get, set] |
bool | booleanValue [get, set] |
Boolean value of the operand if it is a boolean type. More... | |
bool | booleanValueSpecified [get, set] |
double | doubleValue [get, set] |
Double value of the operand if it is a double type. More... | |
bool | doubleValueSpecified [get, set] |
string | stringValue [get, set] |
String value of the operand if it is a string type. More... | |
![]() | |
string | FunctionArgumentOperandType [get, set] |
Indicates that this instance is a subtype of FunctionArgumentOperand. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. More... | |
A constant operand in a matching function.
|
getset |
Boolean value of the operand if it is a boolean type.
|
getset |
true
, if a value is specified for booleanValue, false
otherwise.
|
getset |
Double value of the operand if it is a double type.
|
getset |
true
, if a value is specified for doubleValue, false
otherwise.
|
getset |
Long value of the operand if it is a long type.
|
getset |
true
, if a value is specified for longValue, false
otherwise.
|
getset |
String value of the operand if it is a string type.
|
getset |
Type of constant in this operand. This field is required and should not be
null
.
|
getset |
true
, if a value is specified for type, false
otherwise.
|
getset |
Units of constant in this operand.
|
getset |
true
, if a value is specified for unit, false
otherwise.