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 schema: Output<AnalysisTemplateAnalysisSchemaArgs>? = null, val source: Output<Either<AnalysisTemplateAnalysisSource0PropertiesArgs, AnalysisTemplateAnalysisSource1PropertiesArgs>>? = null, val sourceMetadata: Output<AnalysisTemplateAnalysisSourceMetadataPropertiesArgs>? = 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, schema: Output<AnalysisTemplateAnalysisSchemaArgs>? = null, source: Output<Either<AnalysisTemplateAnalysisSource0PropertiesArgs, AnalysisTemplateAnalysisSource1PropertiesArgs>>? = null, sourceMetadata: Output<AnalysisTemplateAnalysisSourceMetadataPropertiesArgs>? = 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 entire schema object.
Link copied to clipboard
val source: Output<Either<AnalysisTemplateAnalysisSource0PropertiesArgs, AnalysisTemplateAnalysisSource1PropertiesArgs>>? = null
The source of the analysis template.
Link copied to clipboard
The source metadata for the analysis template.