GetOriginCaCertificatesInvokeResult

data class GetOriginCaCertificatesInvokeResult(val id: String, val limit: Int? = null, val maxItems: Int? = null, val offset: Int? = null, val results: List<GetOriginCaCertificatesResult>, val zoneId: String)

A collection of values returned by getOriginCaCertificates.

Constructors

Link copied to clipboard
constructor(id: String, limit: Int? = null, maxItems: Int? = null, offset: Int? = null, results: List<GetOriginCaCertificatesResult>, zoneId: String)

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
val limit: Int? = null

Limit to the number of records returned.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val offset: Int? = null

Offset the results

Link copied to clipboard

The items returned by the data source

Link copied to clipboard

Identifier.