AsyncContentBody class

Constructors

AsyncContentBody({String? value, AsyncContentBodyRepresentation? representation, String? renderTaskId, String? error, AsyncContentBodyStatus? status, List<EmbeddedContent>? embeddedContent, WebResourceDependencies? webresource, AsyncContentBodyMediaToken? mediaToken, AsyncContentBodyExpandable? expandable, GenericLinks? links})
AsyncContentBody.fromJson(Map<String, Object?> json)
factory

Properties

embeddedContent List<EmbeddedContent>
final
error String?
final
expandable AsyncContentBodyExpandable?
final
hashCode int
The hash code for this object.
no setterinherited
final
mediaToken AsyncContentBodyMediaToken?
final
renderTaskId String?
final
representation AsyncContentBodyRepresentation?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status AsyncContentBodyStatus?
Rerunning is reserved for when the job is working, but there is a previous run's value in the cache. You may choose to continue polling, or use the cached value.
final
value String?
final
webresource WebResourceDependencies?
final

Methods

copyWith({String? value, AsyncContentBodyRepresentation? representation, String? renderTaskId, String? error, AsyncContentBodyStatus? status, List<EmbeddedContent>? embeddedContent, WebResourceDependencies? webresource, AsyncContentBodyMediaToken? mediaToken, AsyncContentBodyExpandable? expandable, GenericLinks? links}) AsyncContentBody
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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