menu
googleapis package
documentation
run/v1.dart
ListJobsResponse
ListJobsResponse.new constructor
ListJobsResponse.new constructor
dark_mode
light_mode
ListJobsResponse
constructor
ListJobsResponse
(
{
String
?
apiVersion
,
List
<
Job
>
?
items
,
String
?
kind
,
ListMeta
?
metadata
,
List
<
String
>
?
unreachable
,
})
Implementation
ListJobsResponse({
this
.apiVersion,
this
.items,
this
.kind,
this
.metadata,
this
.unreachable, });
googleapis package
documentation
run/v1
ListJobsResponse
ListJobsResponse.new constructor
ListJobsResponse class
Constructors
new
fromJson
Properties
apiVersion
hashCode
items
kind
metadata
runtimeType
unreachable
Methods
noSuchMethod
toJson
toString
Operators
operator ==