$YoutubeSettings class

Used by:

  • dfareporting:v4 : YoutubeSettings
  • dfareporting:v5 : YoutubeSettings

Constructors

$YoutubeSettings.new({List<String>? businessLogoCreativeIds, String? businessName, List<String>? callToActions, List<String>? descriptions, List<String>? headlines, List<String>? longHeadlines})
$YoutubeSettings.fromJson(Map json_)

Properties

businessLogoCreativeIds List<String>?
The IDs of the creatives to use for the business logo.
getter/setter pair
businessName String?
The business name.
getter/setter pair
callToActions List<String>?
The call to actions.
getter/setter pair
descriptions List<String>?
The descriptions.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headlines List<String>?
The headlines associated with the call to actions.
getter/setter pair
longHeadlines List<String>?
The long headlines.
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