ListTargetingOptionsResponse class
Response message for ListTargetingOptions.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- nextPageToken ↔ String
-
A token to retrieve the next page of results. Pass this value in the
page_token field in the subsequent call to
ListTargetingOptions
method to retrieve the next page of results.read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
targetingOptions
↔ List<
TargetingOption> -
The list of targeting options. This list will be absent if empty.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited