Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.storage.cloud.google.data
/
GDriveFilesListResponse
GDrive
Files
List
Response
data
class
GDriveFilesListResponse
(
val
kind
:
String
,
val
incompleteSearch
:
Boolean
,
val
files
:
List
<
GDriveFile
>
)
Members
Constructors
GDrive
Files
List
Response
Link copied to clipboard
constructor
(
kind
:
String
,
incompleteSearch
:
Boolean
,
files
:
List
<
GDriveFile
>
)
Properties
files
Link copied to clipboard
val
files
:
List
<
GDriveFile
>
incomplete
Search
Link copied to clipboard
val
incompleteSearch
:
Boolean
kind
Link copied to clipboard
val
kind
:
String