GetShareResult

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
constructor(accountId: String, description: String, id: String, kind: String, name: String, snapshotSchedules: List<GetShareSnapshotSchedule>, terms: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The description of the Data Share.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The kind of the Data Share.

Link copied to clipboard

The name of the snapshot schedule.

Link copied to clipboard

A snapshot_schedule block as defined below.

Link copied to clipboard

The terms of the Data Share.