CreateServiceTemplateRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description of the service template.

Link copied to clipboard

The name of the service template as displayed in the developer interface.

Link copied to clipboard

A customer provided encryption key that's used to encrypt data.

Link copied to clipboard

The name of the service template.

Link copied to clipboard

By default, Proton provides a service pipeline for your service. When this parameter is included, it indicates that an Proton service pipeline isn't provided for your service. After it's included, it can't be changed. For more information, see Template bundles in the Proton User Guide.

Link copied to clipboard
val tags: List<Tag>?

An optional list of metadata items that you can associate with the Proton service template. A tag is a key-value pair.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String