GetSpacesKeyPlainArgs

data class GetSpacesKeyPlainArgs(val accessKey: String) : ConvertibleToJava<GetSpacesKeyPlainArgs>

A collection of arguments for invoking getSpacesKey.

Constructors

Link copied to clipboard
constructor(accessKey: String)

Properties

Link copied to clipboard

The Access Key ID of the Spaces key.

Functions

Link copied to clipboard
open override fun toJava(): GetSpacesKeyPlainArgs