$ManualTrigger class Null safety

Used by:

  • displayvideo:v1 : ManualTrigger
  • displayvideo:v2 : ManualTrigger

Constructors

$ManualTrigger({String? activationDurationMinutes, String? advertiserId, String? displayName, String? latestActivationTime, String? name, String? state, String? triggerId})
$ManualTrigger.fromJson(Map json_)

Properties

activationDurationMinutes String?
The maximum duration of each activation in minutes.
read / write
advertiserId String?
The unique ID of the advertiser that the manual trigger belongs to.
read / write
displayName String?
The display name of the manual trigger.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
latestActivationTime String?
The timestamp of the trigger's latest activation.
read / write
name String?
The resource name of the manual trigger.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
state String?
The state of the manual trigger.
read / write
triggerId String?
The unique ID of the manual trigger.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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