InputPrepareScheduleActionSettings class

Action to prepare an input for a future immediate input switch.

Constructors

InputPrepareScheduleActionSettings({String? inputAttachmentNameReference, InputClippingSettings? inputClippingSettings, List<String>? urlPath})
InputPrepareScheduleActionSettings.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
inputAttachmentNameReference String?
The name of the input attachment that should be prepared by this action. If no name is provided, the action will stop the most recent prepare (if any) when activated.
final
inputClippingSettings InputClippingSettings?
Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
urlPath List<String>?
The value for the variable portion of the URL for the dynamic input, for this instance of the input. Each time you use the same dynamic input in an input switch action, you can provide a different value, in order to connect the input to a different content source.
final

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