GoogleAdsSearchads360V23ResourcesGoal class

Representation of goals.

Constructors

GoogleAdsSearchads360V23ResourcesGoal({String? goalId, String? goalType, String? optimizationEligibility, String? ownerCustomer, String? resourceName, GoogleAdsSearchads360V23CommonGoalSettingRetentionGoal? retentionGoalSettings})
GoogleAdsSearchads360V23ResourcesGoal.fromJson(Map json_)

Properties

goalId String?
The ID of this goal.
getter/setter pair
goalType String?
The type of this goal.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
optimizationEligibility String?
Indicates if this goal is eligible for campaign optimization.
getter/setter pair
ownerCustomer String?
The resource name of the goal owner customer.
getter/setter pair
resourceName String?
The resource name of the goal.
getter/setter pair
retentionGoalSettings GoogleAdsSearchads360V23CommonGoalSettingRetentionGoal?
Retention goal settings.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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