StaticSiteTemplateOptionsResponse

data class StaticSiteTemplateOptionsResponse(val description: String? = null, val isPrivate: Boolean? = null, val owner: String? = null, val repositoryName: String? = null, val templateRepositoryUrl: String? = null)

Template Options for the static site.

Constructors

Link copied to clipboard
constructor(description: String? = null, isPrivate: Boolean? = null, owner: String? = null, repositoryName: String? = null, templateRepositoryUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of the newly generated repository.

Link copied to clipboard
val isPrivate: Boolean? = null

Whether or not the newly generated repository is a private repository. Defaults to false (i.e. public).

Link copied to clipboard
val owner: String? = null

Owner of the newly generated repository.

Link copied to clipboard
val repositoryName: String? = null

Name of the newly generated repository.

Link copied to clipboard

URL of the template repository. The newly generated repository will be based on this one.