GoogleAdsSearchads360V23CommonLineupAttributeMetadata class
Metadata associated with a Lineup attribute.
Constructors
-
GoogleAdsSearchads360V23CommonLineupAttributeMetadata({String? channelCountLowerBound, String? channelCountUpperBound, GoogleAdsSearchads360V23CommonLocationInfo? inventoryCountry, String? medianMonthlyInventory, List<
GoogleAdsSearchads360V23CommonLineupAttributeMetadataSampleChannel> ? sampleChannels}) - GoogleAdsSearchads360V23CommonLineupAttributeMetadata.fromJson(Map json_)
Properties
- channelCountLowerBound ↔ String?
-
The lower end of a range containing the number of channels in the lineup.
getter/setter pair
- channelCountUpperBound ↔ String?
-
The upper end of a range containing the number of channels in the lineup.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inventoryCountry ↔ GoogleAdsSearchads360V23CommonLocationInfo?
-
The national market associated with the lineup.
getter/setter pair
- medianMonthlyInventory ↔ String?
-
The median number of impressions per month on this lineup.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sampleChannels
↔ List<
GoogleAdsSearchads360V23CommonLineupAttributeMetadataSampleChannel> ? -
Examples of channels that are included in the lineup.
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