DescribeInputDeviceThumbnailResponse class

Placeholder documentation for DescribeInputDeviceThumbnailResponse

Constructors

DescribeInputDeviceThumbnailResponse({Uint8List? body, int? contentLength, ContentType? contentType, String? eTag, DateTime? lastModified})

Properties

body Uint8List?
The binary data for the thumbnail that the Link device has most recently sent to MediaLive.
final
contentLength int?
The length of the content.
final
contentType ContentType?
Specifies the media type of the thumbnail.
final
eTag String?
The unique, cacheable version of this thumbnail.
final
hashCode int
The hash code for this object.
no setterinherited
lastModified DateTime?
The date and time the thumbnail was last updated at the device.
final
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited