GoogleAdsSearchads360V23ResourcesProductLinkInvitation class
Represents an invitation for data sharing connection between a Google Ads account and another account.
Constructors
- GoogleAdsSearchads360V23ResourcesProductLinkInvitation({GoogleAdsSearchads360V23ResourcesAdvertisingPartnerLinkInvitationIdentifier? advertisingPartner, GoogleAdsSearchads360V23ResourcesHotelCenterLinkInvitationIdentifier? hotelCenter, GoogleAdsSearchads360V23ResourcesMerchantCenterLinkInvitationIdentifier? merchantCenter, String? productLinkInvitationId, String? resourceName, String? status, String? type})
- GoogleAdsSearchads360V23ResourcesProductLinkInvitation.fromJson(Map json_)
Properties
- advertisingPartner ↔ GoogleAdsSearchads360V23ResourcesAdvertisingPartnerLinkInvitationIdentifier?
-
Advertising Partner link invitation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hotelCenter ↔ GoogleAdsSearchads360V23ResourcesHotelCenterLinkInvitationIdentifier?
-
Hotel link invitation.
getter/setter pair
- merchantCenter ↔ GoogleAdsSearchads360V23ResourcesMerchantCenterLinkInvitationIdentifier?
-
Merchant Center link invitation.
getter/setter pair
- productLinkInvitationId ↔ String?
-
The ID of the product link invitation.
getter/setter pair
- resourceName ↔ String?
-
The resource name of a product link invitation.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
The status of the product link invitation.
getter/setter pair
- type ↔ String?
-
The type of the invited account.
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