menu
googleapis package
documentation
script/v1.dart
Operation
Operation.new constructor
Operation.new constructor
dark_mode
light_mode
Operation
constructor
Operation
(
{
bool
?
done
,
Status
?
error
,
Map
<
String
,
Object
?
>
?
response
,
})
Implementation
Operation({
this
.done,
this
.error,
this
.response, });
googleapis package
documentation
script/v1
Operation
Operation.new constructor
Operation class
Constructors
new
fromJson
Properties
done
error
hashCode
response
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==