GetSyncGroupPlainArgs

data class GetSyncGroupPlainArgs(val name: String, val storageSyncId: String) : ConvertibleToJava<GetSyncGroupPlainArgs>

A collection of arguments for invoking getSyncGroup.

Constructors

Link copied to clipboard
fun GetSyncGroupPlainArgs(name: String, storageSyncId: String)

Functions

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

Properties

Link copied to clipboard

The name of this Storage Sync Group.

Link copied to clipboard

The resource ID of the Storage Sync where this Storage Sync Group is.