Ads API .NET library
|
An operand in a function referring to a value in the request context. More...
Classes | |
class | Fields |
List of all supported fields for the RequestContextOperand class. More... | |
class | FilterableFields |
List of all supported filterable fields for the RequestContextOperand class. More... | |
class | SelectableFields |
List of all supported selectable fields for the RequestContextOperand class. More... | |
Properties | |
RequestContextOperandContextType | contextType [get, set] |
Type of value to be referred in the request context. This field is required and should not be More... | |
bool | contextTypeSpecified [get, set] |
![]() | |
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... | |
An operand in a function referring to a value in the request context.
|
getset |
Type of value to be referred in the request context. This field is required and should not be
null
.
|
getset |
true
, if a value is specified for contextType, false
otherwise.