GoogleAdsSearchads360V23ResourcesRecommendationSubscription class
Recommendation Subscription resource
Constructors
- GoogleAdsSearchads360V23ResourcesRecommendationSubscription({String? createDateTime, String? modifyDateTime, String? resourceName, String? status, String? type})
- GoogleAdsSearchads360V23ResourcesRecommendationSubscription.fromJson(Map json_)
Properties
- createDateTime ↔ String?
-
Time in seconds when the subscription was first created.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- modifyDateTime ↔ String?
-
Contains the time in microseconds, when the Recommendation Subscription
was last updated.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the recommendation subscription.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
Status of the subscription, either enabled or paused.
getter/setter pair
- type ↔ String?
-
The type of recommendation subscribed to.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited