ManagementGoalsResource class

Constructors

ManagementGoalsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get(String accountId, String webPropertyId, String profileId, String goalId, {String? $fields}) Future<Goal>
Gets a goal to which the user has access.
insert(Goal request, String accountId, String webPropertyId, String profileId, {String? $fields}) Future<Goal>
Create a new goal.
list(String accountId, String webPropertyId, String profileId, {int? maxResults, int? startIndex, String? $fields}) Future<Goals>
Lists goals to which the user has access.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Goal request, String accountId, String webPropertyId, String profileId, String goalId, {String? $fields}) Future<Goal>
Updates an existing goal.
toString() String
A string representation of this object.
inherited
update(Goal request, String accountId, String webPropertyId, String profileId, String goalId, {String? $fields}) Future<Goal>
Updates an existing goal.

Operators

operator ==(Object other) bool
The equality operator.
inherited