GetSyncGroupPlainArgs

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

A collection of arguments for invoking getSyncGroup.

Constructors

Link copied to clipboard
constructor(name: String, storageSyncId: String)

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.

Functions

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