ConversionsourcesResource class

Constructors

ConversionsourcesResource(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(ConversionSource request, String merchantId, {String? $fields}) Future<ConversionSource>
Creates a new conversion source.
delete(String merchantId, String conversionSourceId, {String? $fields}) Future<void>
Archives an existing conversion source.
get(String merchantId, String conversionSourceId, {String? $fields}) Future<ConversionSource>
Fetches a conversion source.
list(String merchantId, {int? pageSize, String? pageToken, bool? showDeleted, String? $fields}) Future<ListConversionSourcesResponse>
Retrieves the list of conversion sources the caller has access to.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(ConversionSource request, String merchantId, String conversionSourceId, {String? updateMask, String? $fields}) Future<ConversionSource>
Updates information of an existing conversion source.
toString() String
A string representation of this object.
inherited
undelete(UndeleteConversionSourceRequest request, String merchantId, String conversionSourceId, {String? $fields}) Future<void>
Re-enables an archived conversion source.

Operators

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