getReportMetadata

Get the metadata for a single report.

Samples


fun main() { 
   //sampleStart 
   // The GetReportMetadata operation is invoked on a reportId and on a optional version. If callers do
// not provide a version, it will default to the report s latest version.
val resp = artifactClient.getReportMetadata {
    reportId = "report-bqhUJF3FrQZsMJpb"
} 
   //sampleEnd
}