
com.pulumi.azurenative.insights.outputs.WorkbookTemplateLocalizedGalleryResponse Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.insights.outputs;
import com.pulumi.azurenative.insights.outputs.WorkbookTemplateGalleryResponse;
import com.pulumi.core.annotations.CustomType;
import java.lang.Object;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
@CustomType
public final class WorkbookTemplateLocalizedGalleryResponse {
/**
* @return Workbook galleries supported by the template.
*
*/
private @Nullable List galleries;
/**
* @return Valid JSON object containing workbook template payload.
*
*/
private @Nullable Object templateData;
private WorkbookTemplateLocalizedGalleryResponse() {}
/**
* @return Workbook galleries supported by the template.
*
*/
public List galleries() {
return this.galleries == null ? List.of() : this.galleries;
}
/**
* @return Valid JSON object containing workbook template payload.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy