ListResult

class ListResult


Contains the prefixes and items returned by a list call.

Summary

Extension functions

operator List<StorageReference>

Destructuring declaration for ListResult to provide its items.

operator List<StorageReference>

Destructuring declaration for ListResult to provide its prefixes.

operator String?

Destructuring declaration for ListResult to provide its pageToken.

Public properties

items

val items: (Mutable)List<StorageReference!>!

pageToken

val pageTokenString?

prefixes

val prefixes: (Mutable)List<StorageReference!>!

Extension functions

component1

operator fun ListResult.component1(): List<StorageReference>

Destructuring declaration for ListResult to provide its items.

Returns
List<StorageReference>

the items of the ListResult

component2

operator fun ListResult.component2(): List<StorageReference>

Destructuring declaration for ListResult to provide its prefixes.

Returns
List<StorageReference>

the prefixes of the ListResult

component3

operator fun ListResult.component3(): String?

Destructuring declaration for ListResult to provide its pageToken.

Returns
String?

the pageToken of the ListResult