GetDataLimitsResult

data class GetDataLimitsResult(val id: String, val ids: List<String>, val limits: List<GetDataLimitsLimit>, val outputFile: String? = null, val parentId: String? = null, val resourceType: String? = null)

A collection of values returned by getDataLimits.

Constructors

Link copied to clipboard
constructor(id: String, ids: List<String>, limits: List<GetDataLimitsLimit>, outputFile: String? = null, parentId: String? = null, resourceType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

A list of Sddp Data Limits. Each element contains the following attributes:

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val parentId: String? = null

The ID of the data asset.

Link copied to clipboard
val resourceType: String? = null

The type of the service to which the data asset belongs.