Get Share Result
data class GetShareResult(val accountId: String, val description: String, val id: String, val kind: String, val name: String, val snapshotSchedules: List<GetShareSnapshotSchedule>, val terms: String)
A collection of values returned by getShare.
Constructors
Link copied to clipboard
fun GetShareResult(accountId: String, description: String, id: String, kind: String, name: String, snapshotSchedules: List<GetShareSnapshotSchedule>, terms: String)