Record Class ResourceCollectionManifest

java.lang.Object
java.lang.Record
com.inductiveautomation.ignition.common.resourcecollection.ResourceCollectionManifest
Record Components:
title - Title of the resource collection
description - Description of the resource collection
enabled - Whether the resource collection is enabled
inheritable - Whether other resource collections can have this one as a parent
parent - Optional parent resource collection, null or empty meaning no parent.

public record ResourceCollectionManifest(String title, String description, boolean enabled, boolean inheritable, @Nullable String parent) extends Record
Contains the metadata for an entire resource collection, including inheritance linkage information.