Type alias SandboxRequest

SandboxRequest: {
    ActivationUserGroupId?: string;
    ApexClassId?: string;
    Description?: string;
    LicenseType?: string;
    SandboxName: string;
    SourceId?: string;
}

Type declaration

  • Optional ActivationUserGroupId?: string
  • Optional ApexClassId?: string
  • Optional Description?: string
  • Optional LicenseType?: string
  • SandboxName: string
  • Optional SourceId?: string

    Should match a SandboxInfoId, not a SandboxProcessId