ManagementWebpropertiesResource class

Constructors

ManagementWebpropertiesResource(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? $fields}) Future<Webproperty>
Gets a web property to which the user has access.
insert(Webproperty request, String accountId, {String? $fields}) Future<Webproperty>
Create a new property if the account has fewer than 20 properties.
list(String accountId, {int? maxResults, int? startIndex, String? $fields}) Future<Webproperties>
Lists web properties to which the user has access.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Webproperty request, String accountId, String webPropertyId, {String? $fields}) Future<Webproperty>
Updates an existing web property.
toString() String
A string representation of this object.
inherited
update(Webproperty request, String accountId, String webPropertyId, {String? $fields}) Future<Webproperty>
Updates an existing web property.

Operators

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