DocumentItem

Includes the list of references to legal resources proposed by the proposer to the acceptor. Each DocumentItem refers to an individual reference.

Types

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

Properties

Link copied to clipboard
val type: String?

Category of the document. Document types include:

Link copied to clipboard
val url: String?

A URL to the legal document for buyers to read. Required when Type is CustomEula.

Link copied to clipboard

Version of standard contracts provided by AWS Marketplace. Required when Type is StandardEula or StandardDsa.

Functions

Link copied to clipboard
inline fun copy(block: DocumentItem.Builder.() -> Unit = {}): DocumentItem
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