ManagementProfilesResource class
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
-
delete(String accountId, String webPropertyId, String profileId, {String? $fields})
→ Future<void>
-
Deletes a view (profile).
-
get(String accountId, String webPropertyId, String profileId, {String? $fields})
→ Future<Profile>
-
Gets a view (profile) to which the user has access.
-
insert(Profile request, String accountId, String webPropertyId, {String? $fields})
→ Future<Profile>
-
Create a new view (profile).
-
list(String accountId, String webPropertyId, {int? maxResults, int? startIndex, String? $fields})
→ Future<Profiles>
-
Lists views (profiles) to which the user has access.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Profile request, String accountId, String webPropertyId, String profileId, {String? $fields})
→ Future<Profile>
-
Updates an existing view (profile).
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Profile request, String accountId, String webPropertyId, String profileId, {String? $fields})
→ Future<Profile>
-
Updates an existing view (profile).