GoogleAdsSearchads360V23CommonCriterionCategoryChannelAvailability class

Information of advertising channel type and subtypes a category is available in.

Constructors

GoogleAdsSearchads360V23CommonCriterionCategoryChannelAvailability({List<String>? advertisingChannelSubType, String? advertisingChannelType, String? availabilityMode, bool? includeDefaultChannelSubType})
GoogleAdsSearchads360V23CommonCriterionCategoryChannelAvailability.fromJson(Map json_)

Properties

advertisingChannelSubType List<String>?
Channel subtypes under the channel type the category is available to.
getter/setter pair
advertisingChannelType String?
Channel type the category is available to. Possible string values are:
getter/setter pair
availabilityMode String?
Format of the channel availability.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
includeDefaultChannelSubType bool?
Whether default channel sub type is included.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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