ObaIcon class

OBA Icon for a Creative

Constructors

ObaIcon({String? clickTrackingUrl, Dimensions? dimensions, String? landingPageUrl, String? position, String? program, String? resourceMimeType, String? resourceUrl, String? viewTrackingUrl})
ObaIcon.fromJson(Map json_)

Properties

clickTrackingUrl String?
The click tracking URL of the OBA icon.
getter/setter pair
dimensions Dimensions?
The dimensions of the OBA icon.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
landingPageUrl String?
The landing page URL of the OBA icon.
getter/setter pair
position String?
The position of the OBA icon on the creative. Possible string values are:
getter/setter pair
program String?
The program of the OBA icon.
getter/setter pair
resourceMimeType String?
The MIME type of the OBA icon resource.
getter/setter pair
resourceUrl String?
The URL of the OBA icon resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewTrackingUrl String?
The view tracking URL of the OBA icon.
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