ManagementCustomDimensionsResource class

Constructors

ManagementCustomDimensionsResource(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 customDimensionId, {String? $fields}) Future<CustomDimension>
Get a custom dimension to which the user has access.
insert(CustomDimension request, String accountId, String webPropertyId, {String? $fields}) Future<CustomDimension>
Create a new custom dimension.
list(String accountId, String webPropertyId, {int? maxResults, int? startIndex, String? $fields}) Future<CustomDimensions>
Lists custom dimensions to which the user has access.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(CustomDimension request, String accountId, String webPropertyId, String customDimensionId, {bool? ignoreCustomDataSourceLinks, String? $fields}) Future<CustomDimension>
Updates an existing custom dimension.
toString() String
A string representation of this object.
inherited
update(CustomDimension request, String accountId, String webPropertyId, String customDimensionId, {bool? ignoreCustomDataSourceLinks, String? $fields}) Future<CustomDimension>
Updates an existing custom dimension.

Operators

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