Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 843 Bytes

ContentLibraryItemFindSpec.md

File metadata and controls

12 lines (9 loc) · 843 Bytes

VSphereAutomation::Content::ContentLibraryItemFindSpec

Properties

Name Type Description Notes
name String The name of the library item. The name is case-insensitive. See {@link ItemModel#name}. [optional]
library_id String The identifier of the library containing the item. See {@link ItemModel#libraryId}. [optional]
source_id String The identifier of the library item as reported by the publisher. See {@link ItemModel#sourceId}. [optional]
type String The type of the library item. The type is case-insensitive. See {@link ItemModel#type}. [optional]
cached Boolean Whether the item is cached. Possible values are 'true' or 'false'. See {@link ItemModel#cached}. [optional]