Interface RetrieveResultComponent<F>

Represents a single component in a retrieve result package with all its related files.

See

RetrieveResult

Type Parameters

Hierarchy

  • RetrieveResultComponent

Properties

componentName: string

The component name (e.g. MyClass)

componentType: string

The component type (e.g. ApexClass)

files: F[]

The files tha represent this component.

fullName: string

The full name of the component (e.g. ApexClass/MyClass)