menu
googleapis package
documentation
chat/v1.dart
SearchSpacesResponse
SearchSpacesResponse.new constructor
SearchSpacesResponse.new constructor
dark_mode
light_mode
SearchSpacesResponse
constructor
SearchSpacesResponse
(
{
String
?
nextPageToken
,
List
<
Space
>
?
spaces
,
int
?
totalSize
,
})
Implementation
SearchSpacesResponse({
this
.nextPageToken,
this
.spaces,
this
.totalSize, });
googleapis package
documentation
chat/v1
SearchSpacesResponse
SearchSpacesResponse.new constructor
SearchSpacesResponse class
Constructors
new
fromJson
Properties
hashCode
nextPageToken
runtimeType
spaces
totalSize
Methods
noSuchMethod
toJson
toString
Operators
operator ==