PagesResource class

Constructors

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

create(GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage request, {String? $fields}) Future<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>
Create ClaimReview markup on a page.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Delete all ClaimReview markup on a page.
get(String name, {String? $fields}) Future<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>
Get all ClaimReview markup on a page.
list({int? offset, String? organization, int? pageSize, String? pageToken, String? url, String? $fields}) Future<GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse>
List the ClaimReview markup pages for a specific URL or for an organization.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage request, String name, {String? $fields}) Future<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>
Update for all ClaimReview markup on a page Note that this is a full update.

Operators

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