GetEnterpriseResult

data class GetEnterpriseResult(val createdAt: String, val databaseId: Int, val description: String, val id: String, val name: String, val slug: String, val url: String)

A collection of values returned by getEnterprise.

Constructors

Link copied to clipboard
constructor(createdAt: String, databaseId: Int, description: String, id: String, name: String, slug: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time the enterprise was created.

Link copied to clipboard

The database ID of the enterprise.

Link copied to clipboard

The description of the enterprise.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The name of the enterprise.

Link copied to clipboard

The URL slug identifying the enterprise.

Link copied to clipboard
val url: String

The url for the enterprise.