IngestEndpoint class
An endpoint for ingesting source content for a Channel.
Constructors
- IngestEndpoint({String? id, String? password, String? url, String? username})
-
IngestEndpoint.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The system generated unique identifier for the IngestEndpoint
final
- password → String?
-
The system generated password for ingest authentication.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String?
-
The ingest URL to which the source stream should be sent.
final
- username → String?
-
The system generated username for ingest authentication.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited