Get Droplet Snapshot Plain Args
data class GetDropletSnapshotPlainArgs(val mostRecent: Boolean? = null, val name: String? = null, val nameRegex: String? = null, val region: String? = null) : ConvertibleToJava<GetDropletSnapshotPlainArgs>
A collection of arguments for invoking getDropletSnapshot.
Constructors
Link copied to clipboard
fun GetDropletSnapshotPlainArgs(mostRecent: Boolean? = null, name: String? = null, nameRegex: String? = null, region: String? = null)