SandboxInfo: {
    ApexClassId?: string;
    AutoActivate: boolean;
    CopyArchivedActivities?: boolean;
    CopyChatter: boolean;
    CreatedById: string;
    CreatedDate: string;
    Description?: string;
    HistoryDays: -1 | 0 | 10 | 20 | 30 | 60 | 90 | 120 | 150 | 180;
    Id: string;
    IsDeleted: boolean;
    LastModifiedById: string;
    LastModifiedDate: string;
    LicenseType: "DEVELOPER" | "DEVELOPER PRO" | "PARTIAL" | "FULL";
    SandboxName: string;
    SourceId?: string;
    TemplateId?: string;
}

Type declaration

  • Optional ApexClassId?: string
  • AutoActivate: boolean
  • Optional CopyArchivedActivities?: boolean
  • CopyChatter: boolean
  • CreatedById: string
  • CreatedDate: string
  • Optional Description?: string
  • HistoryDays: -1 | 0 | 10 | 20 | 30 | 60 | 90 | 120 | 150 | 180
  • Id: string
  • IsDeleted: boolean
  • LastModifiedById: string
  • LastModifiedDate: string
  • LicenseType: "DEVELOPER" | "DEVELOPER PRO" | "PARTIAL" | "FULL"
  • SandboxName: string
  • Optional SourceId?: string
  • Optional TemplateId?: string