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.