GoogleAdsSearchads360V23ServicesUploadUserDataResponse class
Response message for UserDataService.UploadUserData Uploads made through this service will not be visible under the 'Segment members' section for the Customer Match List in the Google Ads UI.
Constructors
- GoogleAdsSearchads360V23ServicesUploadUserDataResponse({int? receivedOperationsCount, String? uploadDateTime})
- GoogleAdsSearchads360V23ServicesUploadUserDataResponse.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- receivedOperationsCount ↔ int?
-
Number of upload data operations received by API.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uploadDateTime ↔ String?
-
The date time at which the request was received by API, formatted as
"yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited