ContentCategoriesResource class

Constructors

ContentCategoriesResource(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

delete(String profileId, String id, {String? $fields}) Future<void>
Deletes an existing content category.
get(String profileId, String id, {String? $fields}) Future<ContentCategory>
Gets one content category by ID.
insert(ContentCategory request, String profileId, {String? $fields}) Future<ContentCategory>
Inserts a new content category.
list(String profileId, {List<String>? ids, int? maxResults, String? pageToken, String? searchString, String? sortField, String? sortOrder, String? $fields}) Future<ContentCategoriesListResponse>
Retrieves a list of content categories, possibly filtered.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(ContentCategory request, String profileId, String id, {String? $fields}) Future<ContentCategory>
Updates an existing content category.
toString() String
A string representation of this object.
inherited
update(ContentCategory request, String profileId, {String? $fields}) Future<ContentCategory>
Updates an existing content category.

Operators

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