AccountsHomepageResource class

Constructors

AccountsHomepageResource.new(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

claim(ClaimHomepageRequest request, String name, {String? $fields}) Future<Homepage>
Claims a store's homepage.
getHomepage(String name, {String? $fields}) Future<Homepage>
Retrieves a store's homepage.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unclaim(UnclaimHomepageRequest request, String name, {String? $fields}) Future<Homepage>
Unclaims a store's homepage.
updateHomepage(Homepage request, String name, {String? updateMask, String? $fields}) Future<Homepage>
Updates a store's homepage.

Operators

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