GoogleAdsSearchads360V23ResourcesDataLink class
Represents the data sharing connection between
Constructors
- GoogleAdsSearchads360V23ResourcesDataLink({String? dataLinkId, String? productLinkId, String? resourceName, String? status, String? type, GoogleAdsSearchads360V23ResourcesYoutubeVideoIdentifier? youtubeVideo})
- GoogleAdsSearchads360V23ResourcesDataLink.fromJson(Map json_)
Properties
- dataLinkId ↔ String?
-
The ID of the data link.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- productLinkId ↔ String?
-
The ID of the link.
getter/setter pair
- resourceName ↔ String?
-
Resource name of the product data link.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
The status of the data link.
getter/setter pair
- type ↔ String?
-
The type of the data.
getter/setter pair
- youtubeVideo ↔ GoogleAdsSearchads360V23ResourcesYoutubeVideoIdentifier?
-
A data link to YouTube video.
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