DescribeCopyProductStatusOutput class

Constructors

DescribeCopyProductStatusOutput({CopyProductStatus? copyProductStatus, String? statusDetail, String? targetProductId})
DescribeCopyProductStatusOutput.fromJson(Map<String, dynamic> json)
factory

Properties

copyProductStatus CopyProductStatus?
The status of the copy product operation.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusDetail String?
The status message.
final
targetProductId String?
The identifier of the copied product.
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