ListResult
class ListResult
Contains the prefixes and items returned by a list call.
Summary
Public properties |
|
|---|---|
(Mutable)List<StorageReference!>! |
|
String? |
|
(Mutable)List<StorageReference!>! |
Extension functions |
|
|---|---|
operator List<StorageReference> |
Destructuring declaration for |
operator List<StorageReference> |
Destructuring declaration for |
operator String? |
Destructuring declaration for |
Public properties
Extension functions
component1
operator fun ListResult.component1(): List<StorageReference>
Destructuring declaration for ListResult to provide its items.
| Returns | |
|---|---|
List<StorageReference> |
the items of the |
component2
operator fun ListResult.component2(): List<StorageReference>
Destructuring declaration for ListResult to provide its prefixes.
| Returns | |
|---|---|
List<StorageReference> |
the prefixes of the |
component3
operator fun ListResult.component3(): String?
Destructuring declaration for ListResult to provide its pageToken.
| Returns | |
|---|---|
String? |
the pageToken of the |