AnalysisTemplateArgs

data class AnalysisTemplateArgs(val analysisParameters: Output<List<AnalysisTemplateAnalysisParameterArgs>>? = null, val description: Output<String>? = null, val format: Output<AnalysisTemplateFormat>? = null, val membershipIdentifier: Output<String>? = null, val name: Output<String>? = null, val source: Output<AnalysisTemplateAnalysisSourceArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<AnalysisTemplateArgs>

Represents a stored analysis within a collaboration

Constructors

Link copied to clipboard
constructor(analysisParameters: Output<List<AnalysisTemplateAnalysisParameterArgs>>? = null, description: Output<String>? = null, format: Output<AnalysisTemplateFormat>? = null, membershipIdentifier: Output<String>? = null, name: Output<String>? = null, source: Output<AnalysisTemplateAnalysisSourceArgs>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard

The member who can query can provide this placeholder for a literal data value in an analysis template

Link copied to clipboard
val description: Output<String>? = null

The description of the analysis template.

Link copied to clipboard
val format: Output<AnalysisTemplateFormat>? = null

The format of the analysis template.

Link copied to clipboard
val membershipIdentifier: Output<String>? = null

The identifier for a membership resource.

Link copied to clipboard
val name: Output<String>? = null

The name of the analysis template.

Link copied to clipboard

The source of the analysis template.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An arbitrary set of tags (key-value pairs) for this cleanrooms analysis template.

Functions

Link copied to clipboard
open override fun toJava(): AnalysisTemplateArgs