Analysis Template Args
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
The description of the analysis template.
Link copied to clipboard
The format of the analysis template.
Link copied to clipboard
The identifier for a membership resource.
Link copied to clipboard
The source of the analysis template.